Skip to content

Commit 7c55615

Browse files
Fix path to python on sod and illink jobs (dotnet#20914)
1 parent 0a1953f commit 7c55615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) {
773773
def testBin = "%WORKSPACE%\\bin\\tests\\${os}.${architecture}.${configuration}"
774774
def coreRoot = "${testBin}\\Tests\\Core_Root"
775775
def benchViewTools = "%WORKSPACE%\\Microsoft.BenchView.JSONFormat\\tools"
776-
def python = "C:\\Python35\\python.exe"
776+
def python = "C:\\python3.7.0\\python.exe"
777777

778778
steps {
779779
// Install nuget and get BenchView tools
@@ -847,7 +847,7 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) {
847847
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')
848848

849849
def testEnv = ""
850-
def python = "C:\\Python35\\python.exe"
850+
def python = "C:\\python3.7.0\\python.exe"
851851
wrappers {
852852
credentialsBinding {
853853
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')

0 commit comments

Comments
 (0)