No BuildOnly job for ARM64
authorKyungwoo Lee <kyulee@microsoft.com>
Sun, 24 Apr 2016 00:06:00 +0000 (17:06 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Sun, 24 Apr 2016 00:06:48 +0000 (17:06 -0700)
bld jobs are not interesting. So delete them from the history.

netci.groovy

index 88c86de..a22bb77 100755 (executable)
@@ -885,7 +885,7 @@ combinedScenarios.each { scenario ->
                     switch (architecture) {
                         case 'arm64':
                             // Windows only
-                            if (os != 'Windows_NT') {
+                            if (os != 'Windows_NT' || isBuildOnly) {
                                 return
                             }
                             break