summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2019-05-18 07:10:46 -0700
committerGitHub <noreply@github.com>2019-05-18 07:10:46 -0700
commit9b0a1996c55e7e070cafc19e27b5a2a3ef1ce8ec (patch)
treef12aa37810a3b71b95d061aa3540bb3b88d76bed /azure-pipelines.yml
parent18a7de7bd22711a0e3ce40489379cdfcc480358f (diff)
downloadcoreclr-9b0a1996c55e7e070cafc19e27b5a2a3ef1ce8ec.tar.gz
coreclr-9b0a1996c55e7e070cafc19e27b5a2a3ef1ce8ec.tar.bz2
coreclr-9b0a1996c55e7e070cafc19e27b5a2a3ef1ce8ec.zip
Adding the isa outerloop jobs (#24630)
* Adding the isa outerloop jobs * Don't redefine scenarios for the jitstressisas group * Splitting jitstress-isas into jitstress-isas-arm and jitstress-isas-x86 * Fixing the azure-pipelines.yml to include platforms: * Removing Linux_arm as a platform for the jitstress-isas-arm group * Ensure that the platforms for the jitstress-isas jobs are listed in both places required * Removing Windows_NT_arm from the jitstress-isas-arm platforms
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9c1a6af0cd..961e249825 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -141,6 +141,16 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress-isas-arm') }}:
+ platforms:
+ - Linux_arm64
+ - Windows_NT_arm64
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress-isas-x86') }}:
+ platforms:
+ - Linux_x64
+ - OSX_x64
+ - Windows_NT_x64
+ - Windows_NT_x86
#
# Release builds
@@ -207,6 +217,16 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress-isas-arm') }}:
+ platforms:
+ - Linux_arm64
+ - Windows_NT_arm64
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress-isas-x86') }}:
+ platforms:
+ - Linux_x64
+ - OSX_x64
+ - Windows_NT_x64
+ - Windows_NT_x86
jobParameters:
${{ if eq(variables['Build.DefinitionName'], 'coreclr-ci') }}:
testGroup: innerloop
@@ -214,6 +234,10 @@ jobs:
testGroup: outerloop
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress') }}:
testGroup: outerloop-jitstress
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress-isas-arm') }}:
+ testGroup: outerloop-jitstress-isas-arm
+ ${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress-isas-x86') }}:
+ testGroup: outerloop-jitstress-isas-x86
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstressregs') }}:
testGroup: outerloop-jitstressregs
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop-jitstress2-jitstressregs') }}: