summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-16 13:29:35 -0700
committerSergey Andreenko <seandree@microsoft.com>2019-05-16 14:43:09 -0700
commita7c4616950796effad911259937e997d2472227d (patch)
treede3b43a7fd9cf6cd551fd9a76e55acb3353a1415 /azure-pipelines.yml
parentbdb995987178231ba541f22143cb3cab56309daa (diff)
downloadcoreclr-a7c4616950796effad911259937e997d2472227d.tar.gz
coreclr-a7c4616950796effad911259937e997d2472227d.tar.bz2
coreclr-a7c4616950796effad911259937e997d2472227d.zip
add build defenitions for r2r extra jobs.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index edc4150c61..9c1a6af0cd 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -134,7 +134,7 @@ jobs:
- Windows_NT_arm64
- Windows_NT_x64
- Windows_NT_x86
- ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra') }}:
+ ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra', 'coreclr-outerloop-r2r-extra') }}:
platforms:
- Linux_arm
- Linux_arm64
@@ -200,7 +200,7 @@ jobs:
- Windows_NT_arm64
- Windows_NT_x64
- Windows_NT_x86
- ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra') }}:
+ ${{ if in(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress0x3-gcstress0xc', 'coreclr-outerloop-gcstress-extra', 'coreclr-outerloop-r2r-extra') }}:
platforms:
- Linux_arm
- Linux_arm64
@@ -222,6 +222,10 @@ jobs:
testGroup: outerloop-gcstress0x3-gcstress0xc
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-gcstress-extra') }}:
testGroup: outerloop-gcstress-extra
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-r2r-extra') }}:
+ testGroup: outerloop-r2r-extra
+ readyToRun: true
+ displayNameArgs: R2R
# 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')) }}: