@@ -1068,7 +1068,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1068
1068
}
1069
1069
break
1070
1070
case ' arm64' :
1071
- assert (scenario == ' default' ) || (scenario == ' pri1r2r' ) || (scenario == ' gcstress0xc' )
1071
+ assert (scenario == ' default' ) || (scenario == ' pri1r2r' ) || (scenario == ' gcstress0x3 ' ) || (scenario == ' gcstress0xc' )
1072
1072
1073
1073
// Set up a private trigger
1074
1074
def contextString = " ${ os} ${ architecture} Cross ${ configuration} "
@@ -1089,6 +1089,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
1089
1089
" (?i).*test\\ W+${ os} \\ W+${ architecture} \\ W+${ configuration} " , null , arm64Users)
1090
1090
break
1091
1091
case ' pri1r2r' :
1092
+ case ' gcstress0x3' :
1092
1093
case ' gcstress0xc' :
1093
1094
Utilities . addPrivateGithubPRTriggerForBranch(job, branch, contextString,
1094
1095
" (?i).*test\\ W+${ os} \\ W+${ architecture} \\ W+${ configuration} \\ W+${ scenario} " , null , arm64Users)
@@ -1325,7 +1326,7 @@ combinedScenarios.each { scenario ->
1325
1326
1326
1327
switch (architecture) {
1327
1328
case ' arm64' :
1328
- if (scenario != ' gcstress0xc' ) {
1329
+ if (( scenario != ' gcstress0x3 ' ) && (scenario != ' gcstress0xc' ) ) {
1329
1330
return
1330
1331
}
1331
1332
break
@@ -1649,7 +1650,7 @@ combinedScenarios.each { scenario ->
1649
1650
1650
1651
break
1651
1652
case ' arm64' :
1652
- assert (scenario == ' default' ) || (scenario == ' pri1r2r' ) || (scenario == ' gcstress0xc' )
1653
+ assert (scenario == ' default' ) || (scenario == ' pri1r2r' ) || (scenario == ' gcstress0x3 ' ) || (scenario == ' gcstress0xc' )
1653
1654
// Set time out
1654
1655
setTestJobTimeOut(newJob, scenario)
1655
1656
0 commit comments