GC long running tests (dotnet/coreclr#26489)
authorVladimir Sadov <vsadov@microsoft.com>
Thu, 5 Sep 2019 13:17:25 +0000 (06:17 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 13:17:25 +0000 (06:17 -0700)
commitcd4e4f4e523f701a41d690cfef993a0ba2e4efb8
tree561e10d3e2df9c1fbd7d7794947a764f0f1dce31
parent8e7dcaf1dd50d99877d0ca0d568749dac5d75976
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 https://github.com/dotnet/coreclr/commit/6b3b77a181176b9a83c4a8d1bf40ef6b8981da64
eng/pipelines/coreclr/gc-longrunning.yml [new file with mode: 0644]
eng/run-test-job.yml
eng/send-to-helix-step.yml
src/coreclr/tests/helixpublishwitharcade.proj
src/coreclr/tests/src/GC/Stress/Framework/LoaderClass.cs
src/coreclr/tests/src/GC/Stress/Framework/ReliabilityConfiguration.cs
src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.cs
src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj
src/coreclr/tests/src/GC/Stress/Framework/ReliabilityTest.cs
src/coreclr/tests/src/GC/Stress/testmix_gc.config
src/coreclr/tests/src/GC/Stress/testmix_gc_ci.config [new file with mode: 0644]