summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2019-06-27 21:29:47 -0700
committerGitHub <noreply@github.com>2019-06-27 21:29:47 -0700
commitf094ebe85aab8b86d68118bb1f3a8940fc2d845a (patch)
treee8b1838032b5bd0613d9663dffb7ce37f05d4254 /azure-pipelines.yml
parent9ac22dd3b67c41e9fa65f7a14a4f2d32a8ec67f4 (diff)
downloadcoreclr-f094ebe85aab8b86d68118bb1f3a8940fc2d845a.tar.gz
coreclr-f094ebe85aab8b86d68118bb1f3a8940fc2d845a.tar.bz2
coreclr-f094ebe85aab8b86d68118bb1f3a8940fc2d845a.zip
Move coreclr-corefx pipelines into their own files (#25465)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 77d108755f..d3ce6d269b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -116,15 +116,6 @@ jobs:
platformGroup: all
${{ if eq(variables['Build.DefinitionName'], 'coreclr-outerloop') }}:
platformGroup: all
- ${{ if in(variables['Build.DefinitionName'], 'coreclr-corefx', 'coreclr-corefx-jitstress', 'coreclr-corefx-jitstressregs', 'coreclr-corefx-jitstress2-jitstressregs') }}:
- platforms:
- # TODO: add Windows_NT_arm64, when we have hardware available, and .NET Core supports it. Note: platform-matrix.yml needs to enable a Helix queue for this.
- - Linux_arm
- - Linux_arm64
- - Linux_x64
- # TODO: re-enable Windows_NT_arm when https://github.com/dotnet/corefx/issues/38863 is resolved
- - Windows_NT_x64
- - Windows_NT_x86
#
# Release builds
@@ -225,27 +216,10 @@ jobs:
platforms:
- Linux_x64
- Windows_NT_x64
- ${{ if in(variables['Build.DefinitionName'], 'coreclr-corefx', 'coreclr-corefx-jitstress', 'coreclr-corefx-jitstressregs', 'coreclr-corefx-jitstress2-jitstressregs') }}:
- platforms:
- # TODO: add Windows_NT_arm64, when we have hardware available, and .NET Core supports it. Note: platform-matrix.yml needs to enable a Helix queue for this.
- - Linux_arm
- - Linux_arm64
- - Linux_x64
- # TODO: re-enable Windows_NT_arm when https://github.com/dotnet/corefx/issues/38863 is resolved
- - Windows_NT_x64
- - Windows_NT_x86
helixQueueGroup: corefx
jobParameters:
${{ if eq(variables['Build.DefinitionName'], 'coreclr-ci') }}:
testGroup: innerloop
- ${{ if eq(variables['Build.DefinitionName'], 'coreclr-corefx') }}:
- testGroup: outerloop
- ${{ if eq(variables['Build.DefinitionName'], 'coreclr-corefx-jitstress') }}:
- testGroup: jitstress
- ${{ if eq(variables['Build.DefinitionName'], 'coreclr-corefx-jitstressregs') }}:
- testGroup: jitstressregs
- ${{ if eq(variables['Build.DefinitionName'], 'coreclr-corefx-jitstress2-jitstressregs') }}:
- testGroup: jitstress2-jitstressregs
corefxTests: true
displayNameArgs: CoreFX