summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2019-03-08 20:48:00 -0800
committerGitHub <noreply@github.com>2019-03-08 20:48:00 -0800
commit6a63146db7f907f7bebd121602a924619caaba52 (patch)
tree1837c822d5949d712e4476b0cbef6b8063ca1a0b /azure-pipelines.yml
parent959aa0f171f771c6627cece061a192e286f5b9a8 (diff)
parent41df61c0f570d94b962430e38b2c24181972b998 (diff)
downloadcoreclr-6a63146db7f907f7bebd121602a924619caaba52.tar.gz
coreclr-6a63146db7f907f7bebd121602a924619caaba52.tar.bz2
coreclr-6a63146db7f907f7bebd121602a924619caaba52.zip
Merge pull request #23133 from dotnet-maestro-bot/merge/master-to-release/3.0
[automated] Merge branch 'master' => 'release/3.0'
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5535861e1a..cfa115e159 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -153,6 +153,12 @@ jobs:
testGroup: outerloop
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitminopts-jitstress1-jitstress2') }}:
testGroup: outerloop-jitminopts-jitstress1-jitstress2
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstressregs') }}:
+ testGroup: outerloop-jitstressregs
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress2-jitstressregs') }}:
+ testGroup: outerloop-jitstress2-jitstressregs
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc') }}:
+ testGroup: outerloop-gcstress0x3-gcstress0xc
# CI
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) }}: