Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit db15cee

Browse files
committed
Merge pull request #1724 from mmitche/reenable-suse
Reenable OpenSuSE PRs
2 parents a0b2e33 + 2e5d14a commit db15cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netci.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def static getBuildJobName(def configuration, def os) {
9797
}
9898

9999
// Add a PR trigger. For some OS's, create an explicit trigger
100-
// Disable PRs for centos 7.1 and opensuse 13.2 to reduce load
101-
if (!(os == 'CentOS7.1' || os == 'OpenSUSE13.2')) {
100+
// PR's are run for everything except SuSE
101+
if (os != 'OpenSUSE13.2') {
102102
Utilities.addGithubPRTrigger(newPRJob, "${os} ${configuration} Build")
103103
}
104104
Utilities.addPRTestSCM(newPRJob, project)

0 commit comments

Comments
 (0)