summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-06 21:49:20 -0700
committerGitHub <noreply@github.com>2019-05-06 21:49:20 -0700
commitc2e71fd5e711ca150e238741015a1a0229606793 (patch)
tree2b5c98658380cf4e4388759401593c71c4cb8e67 /azure-pipelines.yml
parent633b20c3de5a030dd4629d6fa35c516f8560d816 (diff)
parente1675ea520aaa5bc83ca73a84e1da497630dd692 (diff)
downloadcoreclr-c2e71fd5e711ca150e238741015a1a0229606793.tar.gz
coreclr-c2e71fd5e711ca150e238741015a1a0229606793.tar.bz2
coreclr-c2e71fd5e711ca150e238741015a1a0229606793.zip
Merge pull request #24421 from sandreenko/AddZapDisableTailCallStresss
Add ZapDisable and TailCallStress ADO testing.
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 ec7e4d0b3f..c69670c282 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') }}: