@@ -1768,7 +1768,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1768
1768
// Only Checked is an innerloop trigger.
1769
1769
if (configuration == ' Checked' )
1770
1770
{
1771
- Utilities . addDefaultPrivateGithubPRTriggerForBranch (job, branch, contextString, null , arm64Users)
1771
+ Utilities . addPrivateGithubPRTriggerForBranch (job, branch, contextString, triggerString , null , arm64Users)
1772
1772
}
1773
1773
break
1774
1774
case ' normal' :
@@ -1819,7 +1819,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1819
1819
switch (scenario) {
1820
1820
case ' innerloop' :
1821
1821
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 )
1823
1823
}
1824
1824
1825
1825
break
@@ -1847,7 +1847,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1847
1847
switch (scenario) {
1848
1848
case ' innerloop' :
1849
1849
if (configuration == ' Checked' ) {
1850
- Utilities . addDefaultPrivateGithubPRTriggerForBranch (job, branch, contextString, null , arm64Users)
1850
+ Utilities . addPrivateGithubPRTriggerForBranch (job, branch, contextString, triggerString , null , arm64Users)
1851
1851
}
1852
1852
1853
1853
break
0 commit comments