@@ -93,7 +93,7 @@ def static getOSGroup(def os) {
93
93
batchFile(" if \" %GIT_BRANCH:~0,7%\" == \" origin/\" (set \" GIT_BRANCH_WITHOUT_ORIGIN=%GIT_BRANCH:origin/=%\" ) else (set \" GIT_BRANCH_WITHOUT_ORIGIN=%GIT_BRANCH%\" )\n " +
94
94
" set \" BENCHVIEWNAME=${ benchViewName} \"\n " +
95
95
" set \" BENCHVIEWNAME=%BENCHVIEWNAME:\" =%\"\n " +
96
- " py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ submission-metadata.py\" --name \" %BENCHVIEWNAME%\" --user \" [email protected] \"\n " +
96
+ " py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ submission-metadata.py\" --name \" %BENCHVIEWNAME%\" --user-email \" [email protected] \"\n " +
97
97
" py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ build.py\" git --branch %GIT_BRANCH_WITHOUT_ORIGIN% --type ${ runType} " )
98
98
batchFile(" py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ machinedata.py\" " )
99
99
batchFile(" set __TestIntermediateDir=int&&build.cmd ${ configuration} ${ architecture} " )
@@ -202,7 +202,7 @@ def static getOSGroup(def os) {
202
202
batchFile(" if \" %GIT_BRANCH:~0,7%\" == \" origin/\" (set \" GIT_BRANCH_WITHOUT_ORIGIN=%GIT_BRANCH:origin/=%\" ) else (set \" GIT_BRANCH_WITHOUT_ORIGIN=%GIT_BRANCH%\" )\n " +
203
203
" set \" BENCHVIEWNAME=${ benchViewName} \"\n " +
204
204
" set \" BENCHVIEWNAME=%BENCHVIEWNAME:\" =%\"\n " +
205
- " py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ submission-metadata.py\" --name \" ${ benchViewName} \" --user \" [email protected] \"\n " +
205
+ " py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ submission-metadata.py\" --name \" ${ benchViewName} \" --user-email \" [email protected] \"\n " +
206
206
" py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ build.py\" git --branch %GIT_BRANCH_WITHOUT_ORIGIN% --type ${ runType} " )
207
207
batchFile(" py \" %WORKSPACE%\\ Microsoft.BenchView.JSONFormat\\ tools\\ machinedata.py\" " )
208
208
batchFile(" set __TestIntermediateDir=int&&build.cmd ${ configuration} ${ architecture} skiptests" )
@@ -272,7 +272,7 @@ def static getOSGroup(def os) {
272
272
shell(" ./init-tools.sh" )
273
273
shell(" ./build.sh ${ architecture} ${ configuration} " )
274
274
shell(" GIT_BRANCH_WITHOUT_ORIGIN=\$ (echo \$ GIT_BRANCH | sed \" s/[^/]*\\ /\\ (.*\\ )/\\ 1 /\" )\n " +
275
- " python3.5 \"\$ {WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/submission-metadata.py\" --name \" ${ benchViewName} \" --user \" [email protected] \"\n " +
275
+ " python3.5 \"\$ {WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/submission-metadata.py\" --name \" ${ benchViewName} \" --user-email \" [email protected] \"\n " +
276
276
" python3.5 \"\$ {WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/build.py\" git --branch \$ GIT_BRANCH_WITHOUT_ORIGIN --type ${ runType} " )
277
277
shell(""" ./tests/scripts/run-xunit-perf.sh \\
278
278
--testRootDir=\"\$ {WORKSPACE}/bin/tests/Windows_NT.${ architecture} .${ configuration} \" \\
@@ -354,7 +354,7 @@ def static getOSGroup(def os) {
354
354
shell(" ./init-tools.sh" )
355
355
shell(" ./build.sh ${ architecture} ${ configuration} " )
356
356
shell(" GIT_BRANCH_WITHOUT_ORIGIN=\$ (echo \$ GIT_BRANCH | sed \" s/[^/]*\\ /\\ (.*\\ )/\\ 1 /\" )\n " +
357
- " python3.5 \"\$ {WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/submission-metadata.py\" --name \" ${ benchViewName} \" --user \" [email protected] \"\n " +
357
+ " python3.5 \"\$ {WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/submission-metadata.py\" --name \" ${ benchViewName} \" --user-email \" [email protected] \"\n " +
358
358
" python3.5 \"\$ {WORKSPACE}/tests/scripts/Microsoft.BenchView.JSONFormat/tools/build.py\" git --branch \$ GIT_BRANCH_WITHOUT_ORIGIN --type ${ runType} " )
359
359
shell(""" python3.5 ./tests/scripts/run-throughput-perf.py \\
360
360
-arch \" ${ architecture} \" \\
0 commit comments