Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-11-09 01:16:58 +0300
committerGitHub <noreply@github.com>2016-11-09 01:16:58 +0300
commitd8f7938f76a9e3eb9fdce1f1638b50fbe734a8e8 (patch)
tree66515d18ffc19b648f22845fa9cd595cfeadd069 /netci.groovy
parentbad4048c86361abc6c70bf05aea98d0adb39ac74 (diff)
Re-enable CentOS legs for PRs
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 48327840c8..627db97970 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -396,7 +396,7 @@ def osShortName = ['Windows 10': 'win10',
// Set up triggers
if (isPR) {
// Set PR trigger, we run Windows_NT, Ubuntu 14.04, CentOS 7.1 and OSX on every PR.
- if ( osName == 'Windows_NT' || osName == 'Ubuntu14.04' || /*osName == 'CentOS7.1' ||*/ osName == 'OSX' ) {
+ if ( osName == 'Windows_NT' || osName == 'Ubuntu14.04' || osName == 'CentOS7.1' || osName == 'OSX' ) {
Utilities.addGithubPRTriggerForBranch(newJob, branch, "Innerloop ${osName} ${configurationGroup} Build and Test")
}
else {