summaryrefslogtreecommitdiff
path: root/eng/platform-matrix.yml
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2019-03-19 11:06:56 -0700
committerGitHub <noreply@github.com>2019-03-19 11:06:56 -0700
commit21075b3f0150084e341a7d37374de67c616b9870 (patch)
treea2221156f040f56a23add81b985d2d9cf0f28261 /eng/platform-matrix.yml
parent8497ae3ed438f443b22b00a66f42afe8f6623bbf (diff)
downloadcoreclr-21075b3f0150084e341a7d37374de67c616b9870.tar.gz
coreclr-21075b3f0150084e341a7d37374de67c616b9870.tar.bz2
coreclr-21075b3f0150084e341a7d37374de67c616b9870.zip
Disable Jenkins Innerloop Jobs (#23287)
* Disable Jenkins Innerloop Jobs This change will: 1) Remove default PR trigger jobs from being run in jenkins 2) Start submitting tests for linux arm32 in coreclr-ci It is worth noting that this change will not remove jobs from netci.groovy. This is to say that it is still possible to trigger innerloop and outerloop jobs in jenkins, they will just not be run automatically on each new PR. Past this point coreclr-ci will be the only PR triggered jobs to appear in Coreclr. To see test results, navigate to the coreclr-ci Azure Dev Ops page at: https://dev.azure.com/dnceng/public/_build?definitionId=228 and view the build related to your PR. There is a test tab which will report all test results. * Address PR feedback * Add queue to array syntax * Do not create push trigger jobs
Diffstat (limited to 'eng/platform-matrix.yml')
-rw-r--r--eng/platform-matrix.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml
index 69d4cbe15f..1c2b3ea0b2 100644
--- a/eng/platform-matrix.yml
+++ b/eng/platform-matrix.yml
@@ -33,9 +33,9 @@ jobs:
containerName: ubuntu_1404_arm_cross_build_image
helixQueues:
${{ if eq(variables['System.TeamProject'], 'public') }}:
- # TODO: add Ubuntu.1404.Arm32.Open once Jenkins has been shutdown
- asString: ''
- asArray: []
+ asString: 'Ubuntu.1404.Arm32.Open'
+ asArray:
+ - Ubuntu.1404.Arm32.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
# We don't have any Linux/arm32 internal Helix queues
asString: ''