Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 35da0c5

Browse files
Fix the path to python for SOD and ILLink jobs (#21359)
1 parent 8729068 commit 35da0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ parallel(
697697
def testBin = "%WORKSPACE%\\bin\\tests\\${os}.${architecture}.${configuration}"
698698
def coreRoot = "${testBin}\\Tests\\Core_Root"
699699
def benchViewTools = "%WORKSPACE%\\Microsoft.BenchView.JSONFormat\\tools"
700-
def python = "C:\\Python35\\python.exe"
700+
def python = "C:\\python3.7.0\\python.exe"
701701

702702
steps {
703703
// Install nuget and get BenchView tools
@@ -771,7 +771,7 @@ parallel(
771771
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')
772772

773773
def testEnv = ""
774-
def python = "C:\\Python35\\python.exe"
774+
def python = "C:\\python3.7.0\\python.exe"
775775
wrappers {
776776
credentialsBinding {
777777
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')

0 commit comments

Comments
 (0)