Fix yaml parser error on runtime-wasm-perf.yml#98005
Conversation
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsThe runtime-wasm-perf pipeline is complaining about the
|
| collectHelixLogsScript: ${{ variables._wasmCollectHelixLogsScript }} | ||
| onlySanityCheck: true | ||
| #perfForkToUse: - dummy change | ||
| #perfForkToUse: # dummy change |
There was a problem hiding this comment.
Isn't this line commented anyway?
There was a problem hiding this comment.
Yes, I suspect there is a bug in the YAML parser used by Azure Pipelines because this specific '-' was causing the pipeline to fail parsing even though it was in a comment.
|
The build is failing for a separate issue that occurred after the parser error started happening: #97560 (comment) |

The runtime-wasm-perf pipeline is complaining about the
-inside a comment in the YAML file for some reason and so the pipeline is not being run at all. Likely caused by a bug in the YAML parser, but changing it to a comment to see if it fixes the issue.