-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASM: Enable Invariant.Tests #39814
WASM: Enable Invariant.Tests #39814
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