Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-07-11 09:10:01 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-07-11 09:10:01 +0300
commit4a3cbc93f5b1895e2953667c331e7bf5d06fb4f5 (patch)
tree75deb33e23e4027bb1ecc245cc67100eac37e5d0 /netci.groovy
parent85bd78ceb0527434db25fc6085521251cb78dda4 (diff)
Skip running arm jobs in PR.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 7aa2dcaf8d..cf7b23d60c 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -358,7 +358,7 @@ def osShortName = ['Windows 10': 'win10',
// based on the OS being handled, and handle the triggers accordingly
// (the machine affinity of the new job remains the same)
// **************************
-[true, false].each { isPR ->
+[false].each { isPR ->
['Debug', 'Release'].each { configurationGroup ->
['LinuxARMEmulator'].each { os ->
def osGroup = osGroupMap[os]