summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <Bruce_Forstall@msn.com>2018-09-20 00:40:45 -0700
committerBruce Forstall <Bruce_Forstall@msn.com>2018-09-20 00:40:45 -0700
commitff8c9ea68f45b8620d36560bc4f4c18a3daf6e5f (patch)
treebda11ae3f407a2ed648668e2aec1b893a92dd98e /netci.groovy
parentb6d3e7078c89d17d9cea040a901b227920edd318 (diff)
downloadcoreclr-ff8c9ea68f45b8620d36560bc4f4c18a3daf6e5f.tar.gz
coreclr-ff8c9ea68f45b8620d36560bc4f4c18a3daf6e5f.tar.bz2
coreclr-ff8c9ea68f45b8620d36560bc4f4c18a3daf6e5f.zip
Exclude Windows from arm64 daily corefx job scheduling
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 2f16adacb3..6e16a7135e 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1560,7 +1560,7 @@ def static addNonPRTriggers(def job, def branch, def isPR, def architecture, def
break
}
if (jobRequiresLimitedHardware(architecture, os)) {
- if ((architecture == 'arm64') && !isCoreFxScenario(scenario)) {
+ if ((architecture == 'arm64') && (os == 'Ubuntu16.04') && !isCoreFxScenario(scenario)) {
// These jobs are very fast on Linux/arm64 hardware, so run them daily.
// TODO: When the corefx jobs are made to run in parallel, run those
// jobs daily as well.