summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-06 12:29:18 -0700
committerSergey Andreenko <seandree@microsoft.com>2019-05-06 12:29:18 -0700
commit4f3ad48f799b4b79acea6f8e1824e63a9acf5687 (patch)
treea0a633fad3b10711238eebfb1c4e7fd305136bd4 /azure-pipelines.yml
parent7681c19e4a6f2b5a82abf6268e96eb9140f08bb7 (diff)
downloadcoreclr-4f3ad48f799b4b79acea6f8e1824e63a9acf5687.tar.gz
coreclr-4f3ad48f799b4b79acea6f8e1824e63a9acf5687.tar.bz2
coreclr-4f3ad48f799b4b79acea6f8e1824e63a9acf5687.zip
Rename ADO group outerloop-jitminopts-jitstress1-jitstress2 to outerloop-jitstress.
Allows us to add more scenarios there.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e783cc1bf6..ce1044aaf5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -212,8 +212,8 @@ jobs:
testGroup: innerloop
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop') }}:
testGroup: outerloop
- ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitminopts-jitstress1-jitstress2') }}:
- testGroup: outerloop-jitminopts-jitstress1-jitstress2
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress') }}:
+ testGroup: outerloop-jitstress
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstressregs') }}:
testGroup: outerloop-jitstressregs
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress2-jitstressregs') }}: