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

Commit 35832fc

Browse files
authored
Disable Ubuntu arm64 & Windows arm/arm64 default CI jobs (#20842)
* Disable Ubuntu arm64 & Windows arm/arm64 default CI jobs * Get last leg
1 parent b93e6da commit 35832fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netci.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
17681768
// Only Checked is an innerloop trigger.
17691769
if (configuration == 'Checked')
17701770
{
1771-
Utilities.addDefaultPrivateGithubPRTriggerForBranch(job, branch, contextString, null, arm64Users)
1771+
Utilities.addPrivateGithubPRTriggerForBranch(job, branch, contextString, triggerString, null, arm64Users)
17721772
}
17731773
break
17741774
case 'normal':
@@ -1819,7 +1819,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
18191819
switch (scenario) {
18201820
case 'innerloop':
18211821
if (configuration == 'Debug' && !isFlowJob) {
1822-
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Innerloop Build")
1822+
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} Cross ${configuration} Innerloop Build", triggerString)
18231823
}
18241824

18251825
break
@@ -1847,7 +1847,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
18471847
switch (scenario) {
18481848
case 'innerloop':
18491849
if (configuration == 'Checked') {
1850-
Utilities.addDefaultPrivateGithubPRTriggerForBranch(job, branch, contextString, null, arm64Users)
1850+
Utilities.addPrivateGithubPRTriggerForBranch(job, branch, contextString, triggerString, null, arm64Users)
18511851
}
18521852

18531853
break

0 commit comments

Comments
 (0)