summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-03-08 09:56:20 -0800
committerGitHub <noreply@github.com>2019-03-08 09:56:20 -0800
commit41df61c0f570d94b962430e38b2c24181972b998 (patch)
treec69362769fea28f4c6eebbd694c420d2954569d0 /azure-pipelines.yml
parent34e83028171d6775d1020fe5dab7c4260caf16e1 (diff)
downloadcoreclr-41df61c0f570d94b962430e38b2c24181972b998.tar.gz
coreclr-41df61c0f570d94b962430e38b2c24181972b998.tar.bz2
coreclr-41df61c0f570d94b962430e38b2c24181972b998.zip
Add outerloop-jitstressregs, outerloop-jitstress2-jitstressregs, outerloop-gcstress0x3-gcstress0xc TestGroups (#23047)
The following build definitions * coreclr-ci * coreclr-outerloop * coreclr-outerloop-jitminopts-jitstress1-jitstress2 * coreclr-outerloop-jitstressregs * coreclr-outerloop-jitstress2-jitstressregs * coreclr-outerloop-gcstress0x3-gcstress0xc can be triggered from pull requests via /azp run x command.
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 6fcc2023fe..03fa821326 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -149,6 +149,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')) }}: