summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2016-09-15 15:30:32 -0700
committerGitHub <noreply@github.com>2016-09-15 15:30:32 -0700
commitfa825792a78b1e52a797f9ecf938fe86a6ba8cb3 (patch)
tree8689f8cc8846f5ae298163c48589754b36608301 /netci.groovy
parent393b0a8262e5e4f1fed27494af3aac8778616d4c (diff)
downloadcoreclr-fa825792a78b1e52a797f9ecf938fe86a6ba8cb3.tar.gz
coreclr-fa825792a78b1e52a797f9ecf938fe86a6ba8cb3.tar.bz2
coreclr-fa825792a78b1e52a797f9ecf938fe86a6ba8cb3.zip
Revert "Enable Win32Arm CI support"
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy17
1 files changed, 2 insertions, 15 deletions
diff --git a/netci.groovy b/netci.groovy
index 925bd1f09e..a45af68ed9 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