Reenable OpenSuSE PRs
authorMatt Mitchell <mmitche@microsoft.com>
Thu, 8 Oct 2015 22:19:39 +0000 (15:19 -0700)
committerMatt Mitchell <mmitche@microsoft.com>
Thu, 8 Oct 2015 22:19:39 +0000 (15:19 -0700)
netci.groovy

index 909b50e..c6531d8 100644 (file)
@@ -97,8 +97,8 @@ def static getBuildJobName(def configuration, def os) {
         }
         
         // Add a PR trigger.  For some OS's, create an explicit trigger
-        // Disable PRs for centos 7.1 and opensuse 13.2 to reduce load
-        if (!(os == 'CentOS7.1' || os == 'OpenSUSE13.2')) {
+        // PR's are run for everything except SuSE
+        if (os != 'OpenSUSE13.2') {
             Utilities.addGithubPRTrigger(newPRJob, "${os} ${configuration} Build")
         }
         Utilities.addPRTestSCM(newPRJob, project)