summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2018-11-09 15:09:00 -0800
committerGitHub <noreply@github.com>2018-11-09 15:09:00 -0800
commit7c556159f28051ec091c42c9dcaf4385d9b8c8f6 (patch)
tree71d8cee26dce475197a67dbea7a74ca006f8a2e4 /perf.groovy
parent0a1953f9c27f1fefa61cb936cca4c58b85be0957 (diff)
downloadcoreclr-7c556159f28051ec091c42c9dcaf4385d9b8c8f6.tar.gz
coreclr-7c556159f28051ec091c42c9dcaf4385d9b8c8f6.tar.bz2
coreclr-7c556159f28051ec091c42c9dcaf4385d9b8c8f6.zip
Fix path to python on sod and illink jobs (#20914)
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf.groovy b/perf.groovy
index 09fbb01413..8509d461f0 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -773,7 +773,7 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) {
def testBin = "%WORKSPACE%\\bin\\tests\\${os}.${architecture}.${configuration}"
def coreRoot = "${testBin}\\Tests\\Core_Root"
def benchViewTools = "%WORKSPACE%\\Microsoft.BenchView.JSONFormat\\tools"
- def python = "C:\\Python35\\python.exe"
+ def python = "C:\\python3.7.0\\python.exe"
steps {
// Install nuget and get BenchView tools
@@ -847,7 +847,7 @@ def static getFullThroughputJobName(def project, def os, def arch, def isPR) {
label('Windows.Amd64.ClientRS4.DevEx.15.8.Perf')
def testEnv = ""
- def python = "C:\\Python35\\python.exe"
+ def python = "C:\\python3.7.0\\python.exe"
wrappers {
credentialsBinding {
string('BV_UPLOAD_SAS_TOKEN', 'CoreCLR Perf BenchView Sas')