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

Commit 5916343

Browse files
Merge pull request #8874 from adiaaida/addx86ReleasePRTrigger
Add x86 Release PR Trigger
2 parents 0252523 + ee9a848 commit 5916343

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netci.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,10 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
12161216
if (configuration == 'Checked') {
12171217
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build and Test")
12181218
}
1219+
else if (configuration == 'Release') {
1220+
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build and Test",
1221+
"(?i).*test\\W+${os}\\W+${architecture}\\W+${configuration}.*")
1222+
}
12191223
break
12201224
case 'pri1':
12211225
if (configuration == 'Release') {

0 commit comments

Comments
 (0)