forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GC long running tests (dotnet/coreclr#26489)
* - add gc-longrunning pipeline to run GC long running tests. - make GC reliability framework one of GC long running tests. * Temporarily enable Win10.ARM64 helix queue - for this PR only * increase timeouts * fewer inner cycles per one iteration in slower tests. * Final touches - increase GC reliability Framework timeout to 60min. remove Windows.10.Arm64.Open from the platform matrix (was added temporarily just to test this PR) * Disable ARM for now. Commit migrated from dotnet/coreclr@6b3b77a
- Loading branch information
Showing
11 changed files
with
306 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
trigger: none | ||
|
||
pr: none | ||
|
||
jobs: | ||
- template: /eng/platform-matrix.yml | ||
parameters: | ||
jobTemplate: build-job.yml | ||
buildConfig: release | ||
platforms: | ||
- Linux_x64 | ||
# disable ARM for now - Linux_arm64 | ||
- Windows_NT_x64 | ||
# disable ARM for now - Windows_NT_arm64 | ||
|
||
- template: /eng/platform-matrix.yml | ||
parameters: | ||
jobTemplate: test-job.yml | ||
buildConfig: release | ||
platforms: | ||
- Linux_x64 | ||
# disable ARM for now - Linux_arm64 | ||
- Windows_NT_x64 | ||
# disable ARM for now - Windows_NT_arm64 | ||
helixQueueGroup: ci | ||
jobParameters: | ||
testGroup: gc-longrunning |
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
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
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
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
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
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
Oops, something went wrong.