summaryrefslogtreecommitdiff
path: root/eng/platform-matrix.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-03-28 13:26:23 -0700
committerGitHub <noreply@github.com>2019-03-28 13:26:23 -0700
commitd1f914ca36acf46aa64ebc35719f367b2ed1d96f (patch)
tree1b9cb4e5413593552d3efed7021b0636b8d23d02 /eng/platform-matrix.yml
parent3d4a1d5cea0ae71eed1482990ce6e575049829d8 (diff)
downloadcoreclr-d1f914ca36acf46aa64ebc35719f367b2ed1d96f.tar.gz
coreclr-d1f914ca36acf46aa64ebc35719f367b2ed1d96f.tar.bz2
coreclr-d1f914ca36acf46aa64ebc35719f367b2ed1d96f.zip
Restrict Ubuntu.1404.Arm32.Open from running against PRs (#23523)
Diffstat (limited to 'eng/platform-matrix.yml')
-rw-r--r--eng/platform-matrix.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/eng/platform-matrix.yml b/eng/platform-matrix.yml
index 9458d680c1..075b023849 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