From fa825792a78b1e52a797f9ecf938fe86a6ba8cb3 Mon Sep 17 00:00:00 2001 From: Gaurav Khanna Date: Thu, 15 Sep 2016 15:30:32 -0700 Subject: [PATCH] Revert "Enable Win32Arm CI support" --- netci.groovy | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/netci.groovy b/netci.groovy index 925bd1f..a45af68 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1087,9 +1087,6 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os, Utilities.addGithubPRTriggerForBranch(job, branch, "Linux ARM Emulator Cross ${configuration} Build") } break - case 'Windows_NT': - Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Build") - break default: println("NYI os: ${os}"); assert false @@ -1505,7 +1502,8 @@ combinedScenarios.each { scenario -> } break case 'arm': - if ((os != 'Ubuntu') && (os != 'Windows_NT')) { + // Only Ubuntu cross implemented + if (os != 'Ubuntu') { return } break @@ -1896,17 +1894,6 @@ combinedScenarios.each { scenario -> } break - case 'arm': - assert (scenario == 'default') - - // Set time out - setTestJobTimeOut(newJob, scenario) - - buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture}" - - // Add archival. - Utilities.addArchival(newJob, "bin/Product/**") - break case 'arm64': assert (scenario == 'default') || (scenario == 'pri1r2r') || (scenario == 'gcstress0x3') || (scenario == 'gcstress0xc') // Set time out -- 2.7.4