This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def static getOSGroup(def os) {
42
42
def newJob = job(Utilities . getFullJobName(project, jobName, isPR)) {
43
43
// Set the label.
44
44
if (isSmoketest) {
45
- label(' Windows.Amd64.ClientRS4.DevEx.15.8.Perf ' )
45
+ label(' Windows.10. Amd64.ClientRS4.DevEx.15.8.Open ' )
46
46
python = " C:\\ python3.7.0\\ python.exe"
47
47
}
48
48
else {
@@ -683,7 +683,7 @@ parallel(
683
683
[' x64' , ' x86' ]. each { arch ->
684
684
def architecture = arch
685
685
def newJob = job(Utilities . getFullJobName(project, " sizeondisk_${ arch} " , false )) {
686
- label(' Windows.Amd64.ClientRS4.DevEx.15.8.Perf ' )
686
+ label(' Windows.10. Amd64.ClientRS4.DevEx.15.8.Open ' )
687
687
688
688
wrappers {
689
689
credentialsBinding {
@@ -769,7 +769,7 @@ parallel(
769
769
[' full_opt' ]. each { opt_level ->
770
770
def architecture = arch
771
771
def newJob = job(Utilities . getFullJobName(project, " perf_illink_${ os} _${ arch} _${ opt_level} _${ jit} " , isPR)) {
772
- label(' Windows.Amd64.ClientRS4.DevEx.15.8.Perf ' )
772
+ label(' Windows.10. Amd64.ClientRS4.DevEx.15.8.Open ' )
773
773
774
774
def testEnv = " "
775
775
def python = " C:\\ python3.7.0\\ python.exe"
You can’t perform that action at this time.
0 commit comments