[CI][aot] Do not overwrite scenarios argument if they were passed#103229
[CI][aot] Do not overwrite scenarios argument if they were passed#103229ilonatommy merged 10 commits intodotnet:mainfrom
scenarios argument if they were passed#103229Conversation
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
Tagging subscribers to this area: @dotnet/area-system-globalization |
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
|
@akoeplinger, most probably I have an indent/syntax problem that I cannot spot, could you please take a look? |
|
@ilonatommy it looks like some issue with the
|
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
Thank you, I did not look there 🤦 |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
is #51746, so we cannot enable running them yet, I will have to block |

Continuation of switching off HybridGlobalization tests on v8.
HybridGlobalization_AOTlane on CI was still running V8 because it was overwriting thescenariosargument passed here:runtime/eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml
Line 216 in e6c2e53
Example of run with v8 on:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=702059&view=logs&j=2c5d15bf-ca52-57a8-9a4e-bb898fb954b8
Now we don't overwrite if
scenariosis already defined.