Revert "Enable Win32Arm CI support"
authorGaurav Khanna <gkhanna@microsoft.com>
Thu, 15 Sep 2016 22:30:32 +0000 (15:30 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2016 22:30:32 +0000 (15:30 -0700)
netci.groovy

index 925bd1f..a45af68 100755 (executable)
@@ -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