-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[CI] Hoist the platform/arch independent test build into its own job #34508
Comments
Is there any preference which platform builds the
Editted: I just reread the top post.
|
/cc @trylek |
This note is in eng/pipelines/coreclr/templates/build-test-job.yml
There is a small finite set of tests which depend on This may reduce the benefit of this change. Ultimately we really want an I think it is probably worth going ahead with fixing #34508 w/o this refinement. |
/cc @trylek, he should have interesting opinions :) |
I agree that the build split into "targetSpecific" vs. "targetGeneric" tests supersedes the previous plan to build tests against reference assembly for S.P.C so I agree with Steve that the splitting can be easily carried out without that and we can probably forget about the S.P.C. reference assembly plan completely in light of this broader refactoring. |
This will leverage the work in #33066 to create a job to build the platform independent tests on one machine and reuse them. This reduces our azure usage by not duplicating the test build by arch and increases latency by using OSX as the build machine.
Requires #33072 and #34507 to be complete.
The text was updated successfully, but these errors were encountered: