From d1f914ca36acf46aa64ebc35719f367b2ed1d96f Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Thu, 28 Mar 2019 13:26:23 -0700 Subject: [PATCH] Restrict Ubuntu.1404.Arm32.Open from running against PRs (#23523) --- eng/platform-matrix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml index 9458d68..075b023 100644 --- a/eng/platform-matrix.yml +++ b/eng/platform-matrix.yml @@ -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 -- 2.7.4