From 79f58251dd7b82dbd009499c291f28a8981dd2cc Mon Sep 17 00:00:00 2001 From: jashook Date: Thu, 20 Jul 2017 13:55:20 -0700 Subject: [PATCH] Up arm timeout to arm64 timeout --- netci.groovy | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/netci.groovy b/netci.groovy index f5d3700..78ee0eb 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1634,6 +1634,14 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} -priority=1" } else if (lowerConfiguration == "checked") { + + if ((scenario != 'gcstress0x3') && (scenario != 'gcstress0xc')) + { + // Up the timeout for arm checked testing only. + // Keep the longer timeout for gcstress. + Utilities.setJobTimeout(newJob, 240) + } + def machineAffinityOptions = ['use_arm64_build_machine' : true] setMachineAffinity(newJob, os, architecture, machineAffinityOptions) // For checked runs we will also run testing. -- 2.7.4