summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-07 10:55:51 -0700
committerSergey Andreenko <seandree@microsoft.com>2019-05-07 10:55:51 -0700
commit40499c93b71a10de9b40f281e23758cc5291cebf (patch)
tree5603c06f79e17455047bf7a9f1c72d7c3e48229b /azure-pipelines.yml
parent941c86758560720f03cdf5b562273095ca845678 (diff)
downloadcoreclr-40499c93b71a10de9b40f281e23758cc5291cebf.tar.gz
coreclr-40499c93b71a10de9b40f281e23758cc5291cebf.tar.bz2
coreclr-40499c93b71a10de9b40f281e23758cc5291cebf.zip
Add GCStress extra jobs.
Contributes to #24358.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c69670c282..edc4150c61 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -134,7 +134,7 @@ jobs:
- Windows_NT_arm64
- Windows_NT_x64
- Windows_NT_x86
- ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
+ ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra') }}:
platforms:
- Linux_arm
- Linux_arm64
@@ -200,7 +200,7 @@ jobs:
- Windows_NT_arm64
- Windows_NT_x64
- Windows_NT_x86
- ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
+ ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra') }}:
platforms:
- Linux_arm
- Linux_arm64
@@ -220,6 +220,8 @@ jobs:
testGroup: outerloop-jitstress2-jitstressregs
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
testGroup: outerloop-gcstress0x3-gcstress0xc
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress-extra') }}:
+ testGroup: outerloop-gcstress-extra
# The ReadyToRun test jobs that are triggered by default from a PR.
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.DefinitionName'], 'coreclr-ci')) }}: