-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch checked coreclr + libraries tests configs around in PRs (#69180)
We previously ran checked coreclr + libraries tests only with the libraries tests in the following configuration: # ________________________________________ # | Platform | PR | Rolling | # | ---------------- | ------- | ------- | # | windows-x86 | Debug | Release | # | linux-musl-x64 | Debug | Release | # | OSX-x64 | Debug | Release | # | linux-arm | Debug | Release | # | linux-musl-arm | Debug | Release | # | linux-musl-arm64 | Debug | Release | # | linux-x64 | Debug | Release | # | windows-x64 | Debug | Release | This change swaps out linux-arm for linux-arm64 and changes the bottom 4 configurations to run in release on PRs, making the matrix # ________________________________________ # | Platform | PR | Rolling | # | ---------------- | ------- | ------- | # | windows-x86 | Debug | Release | # | linux-musl-x64 | Debug | Release | # | OSX-x64 | Debug | Release | # | linux-arm64 | Debug | Release | # | linux-musl-arm | Release | Release | # | linux-musl-arm64 | Release | Release | # | linux-x64 | Release | Release | # | windows-x64 | Release | Release | The idea is to increase the variety of testing done in PRs.
- Loading branch information
1 parent
7d864e3
commit 2a99e18
Showing
1 changed file
with
43 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters