Restrict Ubuntu.1404.Arm32.Open from running against PRs (#23523)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Thu, 28 Mar 2019 20:26:23 +0000 (13:26 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2019 20:26:23 +0000 (13:26 -0700)
eng/platform-matrix.yml

index 9458d68..075b023 100644 (file)
@@ -32,7 +32,8 @@ jobs:
         osIdentifier: Linux
         containerName: ubuntu_1404_arm_cross_build_image
         helixQueues:
-          ${{ if eq(variables['System.TeamProject'], 'public') }}:
+          # Ubuntu.1404.Arm32.Open hardware is not capable of dealing with all PRs
+          ${{ if and(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) }}:
             asString: 'Ubuntu.1404.Arm32.Open'
             asArray:
             - Ubuntu.1404.Arm32.Open