Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
src/libraries/Native/Unix/System.Globalization.Native/pal_icushim_static.c
Outdated
Show resolved
Hide resolved
|
Alright, Browser leg is now green. |
|
It is because in order to optimize resources and avoid dedicating a machine to invoke helix to run the interpreter tests and one for non-interpreter tests, we use the same lane for both and just send to helix jobs with different environment variable settings. You can find that under: In So basically on the same lane we run both, JIT and interpreter by creating multiple Helix jobs. Which results in using less machines for our build 😄 |
We moved the interpreter to be a scenario instead of a seperate lane. So the interpreter is running, along with the jit, as part of this one "Mono Common Pri0 Test Build AnyOS AnyCPU release". I just double checked to verify it is still running the interpreter. |
|
Badges didn't update, build is green. |
* WASM: Enable Invariant.Tests * Fix build and PR Feedback
Contributes towards: #38422