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

Commit b16e4ca

Browse files
author
jashook
committed
Turn off arm pr trigger
1 parent 59714b6 commit b16e4ca

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

netci.groovy

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,13 +1346,8 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
13461346
}
13471347
}
13481348
}
1349-
if (configuration == 'Debug') {
1350-
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Innerloop Build")
1351-
}
1352-
else {
1353-
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Build",
1349+
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Build",
13541350
"(?i).*test\\W+${os}\\W+${architecture}\\W+Cross\\W+${configuration}\\W+Build.*")
1355-
}
13561351
break
13571352
case 'Tizen':
13581353
if (architecture == 'armlb') { // No arm legacy backend testing for Tizen armel

0 commit comments

Comments
 (0)