summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2016-09-21 09:56:46 -0700
committerMichelle McDaniel <adiaaida@gmail.com>2016-09-21 13:52:10 -0700
commita7d22cc184e99435389b528e2089270c76a9d0d7 (patch)
tree3d5a6d2e2d32e8dbea7dd8856ae5dd5c95873d78 /netci.groovy
parent70cc6cd0201fa67582a8934fe8b12684ba7dd726 (diff)
downloadcoreclr-a7d22cc184e99435389b528e2089270c76a9d0d7.tar.gz
coreclr-a7d22cc184e99435389b528e2089270c76a9d0d7.tar.bz2
coreclr-a7d22cc184e99435389b528e2089270c76a9d0d7.zip
Make formatting jobs required for PR
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index a2e3c77c84..d20535b1b3 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -557,7 +557,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
if (scenario == 'formatting') {
assert configuration == 'Checked'
if (os == 'Windows_NT' || os == 'Ubuntu') {
- Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Formatting", "(?i).*test\\W+${os}\\W+formatting.*")
+ Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Formatting")
}
break
}
@@ -2573,4 +2573,4 @@ JobReport.Report.generateJobReport(out)
// Make the call to generate the help job
Utilities.createHelperJob(this, project, branch,
"Welcome to the ${project} Repository", // This is prepended to the help message
- "Have a nice day!") // This is appended to the help message. You might put known issues here. \ No newline at end of file
+ "Have a nice day!") // This is appended to the help message. You might put known issues here.