diff options
author | Sergey Andreenko <seandree@microsoft.com> | 2019-05-07 10:55:51 -0700 |
---|---|---|
committer | Sergey Andreenko <seandree@microsoft.com> | 2019-05-07 10:55:51 -0700 |
commit | 40499c93b71a10de9b40f281e23758cc5291cebf (patch) | |
tree | 5603c06f79e17455047bf7a9f1c72d7c3e48229b /eng | |
parent | 941c86758560720f03cdf5b562273095ca845678 (diff) | |
download | coreclr-40499c93b71a10de9b40f281e23758cc5291cebf.tar.gz coreclr-40499c93b71a10de9b40f281e23758cc5291cebf.tar.bz2 coreclr-40499c93b71a10de9b40f281e23758cc5291cebf.zip |
Add GCStress extra jobs.
Contributes to #24358.
Diffstat (limited to 'eng')
-rw-r--r-- | eng/test-job.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/eng/test-job.yml b/eng/test-job.yml index e1a085178c..8b8e8c49fe 100644 --- a/eng/test-job.yml +++ b/eng/test-job.yml @@ -96,6 +96,8 @@ jobs: timeoutInMinutes: 360 ${{ if in(parameters.testGroup, 'outerloop-jitstress', 'outerloop-jitstressregs', 'outerloop-jitstress2-jitstressregs', 'outerloop-gcstress0x3-gcstress0xc') }}: timeoutInMinutes: 480 + ${{ eq in(parameters.testGroup, 'outerloop-gcstress-extra') }}: + timeoutInMinutes: 600 steps: @@ -171,6 +173,9 @@ jobs: ${{ if in(parameters.testGroup, 'outerloop-gcstress0x3-gcstress0xc') }}: timeoutPerTestCollectionInMinutes: 240 timeoutPerTestInMinutes: 60 + ${{ if in(parameters.testGroup, 'outerloop-gcstress-extra') }}: + timeoutPerTestCollectionInMinutes: 300 + timeoutPerTestInMinutes: 90 runCrossGen: ${{ parameters.readyToRun }} @@ -222,6 +227,15 @@ jobs: scenarios: - gcstress0x3 - gcstress0xc + ${{ if eq(parameters.testGroup, 'outerloop-gcstress-extra') }}: + scenarios: + - heapverify1 + - gcstress0xc_zapdisable + - gcstress0xc_zapdisable_jitstress2 + - gcstress0xc_zapdisable_heapverify1 + - gcstress0xc_jitstress1 + - gcstress0xc_jitstress2 + - gcstress0xc_jitminopts_heapverify1 # Publish Logs - task: PublishPipelineArtifact@0 |