@@ -1621,14 +1621,13 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1621
1621
Utilities . addGithubPRTriggerForBranch(job, branch, " ${ os} ${ architecture} ${ configuration} Innerloop Build and Test" )
1622
1622
}
1623
1623
break
1624
- // no_tiered_compilation_innerloop will be added as default once it is confirmed working
1625
- // case 'no_tiered_compilation_innerloop':
1626
- // // Default trigger
1627
- // if (configuration == 'Checked') {
1628
- // def displayStr = getStressModeDisplayName(scenario)
1629
- // Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build and Test (Jit - ${displayStr})")
1630
- // }
1631
- // break
1624
+ case ' no_tiered_compilation_innerloop' :
1625
+ // Default trigger
1626
+ if (configuration == ' Checked' ) {
1627
+ def displayStr = getStressModeDisplayName(scenario)
1628
+ Utilities . addGithubPRTriggerForBranch(job, branch, " ${ os} ${ architecture} ${ configuration} Innerloop Build and Test (Jit - ${ displayStr} )" )
1629
+ }
1630
+ break
1632
1631
1633
1632
case ' normal' :
1634
1633
if (configuration == ' Checked' ) {
@@ -1774,8 +1773,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1774
1773
break
1775
1774
}
1776
1775
1777
- // no_tiered_compilation_innerloop will be added as default once it is confirmed working
1778
- if (scenario == ' innerloop' /* || scenario == 'no_tiered_compilation_innerloop'*/ ) {
1776
+ if (scenario == ' innerloop' || scenario == ' no_tiered_compilation_innerloop' ) {
1779
1777
if (configuration == ' Checked' ) {
1780
1778
Utilities . addGithubPRTriggerForBranch(job, branch, contextString)
1781
1779
}
@@ -1918,13 +1916,12 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1918
1916
}
1919
1917
break
1920
1918
1921
- // no_tiered_compilation_innerloop will be added as default once it is confirmed working
1922
- // case 'no_tiered_compilation_innerloop':
1923
- // if (configuration == 'Checked') {
1924
- // def displayStr = getStressModeDisplayName(scenario)
1925
- // Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build and Test (Jit - ${displayStr})")
1926
- // }
1927
- // break
1919
+ case ' no_tiered_compilation_innerloop' :
1920
+ if (configuration == ' Checked' ) {
1921
+ def displayStr = getStressModeDisplayName(scenario)
1922
+ Utilities . addGithubPRTriggerForBranch(job, branch, " ${ os} ${ architecture} ${ configuration} Innerloop Build and Test (Jit - ${ displayStr} )" )
1923
+ }
1924
+ break
1928
1925
1929
1926
case ' normal' :
1930
1927
if (configuration == ' Checked' ) {
0 commit comments