From a7d22cc184e99435389b528e2089270c76a9d0d7 Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Wed, 21 Sep 2016 09:56:46 -0700 Subject: [PATCH] Make formatting jobs required for PR --- netci.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netci.groovy b/netci.groovy index a2e3c77..d20535b 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. -- 2.7.4