From: Matt Mitchell Date: Thu, 8 Oct 2015 22:19:39 +0000 (-0700) Subject: Reenable OpenSuSE PRs X-Git-Tag: accepted/tizen/base/20180629.140029~6327^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e5d14a827f4804086a25149e98204274cd20064;p=platform%2Fupstream%2Fcoreclr.git Reenable OpenSuSE PRs --- diff --git a/netci.groovy b/netci.groovy index 909b50e..c6531d8 100644 --- a/netci.groovy +++ b/netci.groovy @@ -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)