break
}
+ // Triggers on the non-flow jobs aren't necessary here
+ // Corefx testing uses non-flow jobs.
+ if (!isFlowJob && !isCoreFxScenario(scenario)) {
+ break
+ }
+
+ if (scenario == 'no_tiered_compilation_innerloop') {
+ // Default trigger
+ if (configuration == 'Checked') {
+ def displayStr = getStressModeDisplayName(scenario)
+ Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Innerloop Build and Test (Jit - ${displayStr})")
+ }
+ break
+ }
+
// fall through
case 'OSX10.12':