diff options
author | Michelle McDaniel <adiaaida@gmail.com> | 2017-06-19 08:24:22 -0700 |
---|---|---|
committer | Michelle McDaniel <adiaaida@gmail.com> | 2017-06-19 08:24:22 -0700 |
commit | f0f453d7ab1326ef9b7139fdb9fe7795a9df061f (patch) | |
tree | 83081a73d1a847b2779e0e17a559936e93244f5b /perf.groovy | |
parent | a8aa9b6c8ef0ce6e1f0cb482a1fbe619926e7c05 (diff) | |
download | coreclr-f0f453d7ab1326ef9b7139fdb9fe7795a9df061f.tar.gz coreclr-f0f453d7ab1326ef9b7139fdb9fe7795a9df061f.tar.bz2 coreclr-f0f453d7ab1326ef9b7139fdb9fe7795a9df061f.zip |
Remove sudo from throughput run
Sudo is not necessary for running throughput testing, so remove sudo so
we don't run into requests for passwords if the ubuntu machines are not
set up correctly.
Diffstat (limited to 'perf.groovy')
-rw-r--r-- | perf.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.groovy b/perf.groovy index 3331a6fa04..b322711d88 100644 --- a/perf.groovy +++ b/perf.groovy @@ -434,7 +434,7 @@ def static getFullThroughputJobName(def project, def os, def isPR) { shell("GIT_BRANCH_WITHOUT_ORIGIN=\$(echo \$GIT_BRANCH | sed \"s/[^/]*\\/\\(.*\\)/\\1 /\")\n" + "python3.5 \"\${WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/submission-metadata.py\" --name \" ${benchViewName} \" --user \"dotnet-bot@microsoft.com\"\n" + "python3.5 \"\${WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/build.py\" git --branch \$GIT_BRANCH_WITHOUT_ORIGIN --type ${runType}") - shell("""sudo -E python3.5 ./tests/scripts/run-throughput-perf.py \\ + shell("""python3.5 ./tests/scripts/run-throughput-perf.py \\ -arch \"${architecture}\" \\ -os \"${os}\" \\ -configuration \"${configuration}\" \\ |