Disable x86 windows release build until it passes
authorMatt Mitchell <mmitche@microsoft.com>
Wed, 11 Nov 2015 23:24:44 +0000 (15:24 -0800)
committerMatt Mitchell <mmitche@microsoft.com>
Wed, 11 Nov 2015 23:24:44 +0000 (15:24 -0800)
To trigger in the meantime, say: 'test x86 windows release'

netci.groovy

index c978e20..ade0399 100644 (file)
@@ -140,6 +140,8 @@ def static getBuildJobName(def configuration, def architecture, def os) {
             def triggerByPhraseOnly = true;
             if (os == 'OpenSUSE13.2' && architecture == 'x64') {
                 triggerPhraseString = '(?i).*test\\W+suse.*'
+            } else if(architecture == 'x86' && osGroup == 'Windows_NT' && configuration == 'Release') {
+                triggerPhraseString = '(?i).*test\\W+x86\\W+windows\\W+release.*'
             } else if (architecture == 'x86' && osGroup == 'Linux') {
                 triggerPhraseString = '(?i).*test\\W+x86\\W+linux.*'
             } else if (architecture == 'x86' && osGroup == 'OSX') {