summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-09-28 15:30:26 -0700
committerGitHub <noreply@github.com>2018-09-28 15:30:26 -0700
commitc6ef88d88fe8c95323247393c04e6b161da3bb0e (patch)
tree3c3fb92ab8d4cb82107afcb896d4560012e6d40f /netci.groovy
parentbe944fae4506939e7dbe322148c35826c4bc9dd3 (diff)
downloadcoreclr-c6ef88d88fe8c95323247393c04e6b161da3bb0e.tar.gz
coreclr-c6ef88d88fe8c95323247393c04e6b161da3bb0e.tar.bz2
coreclr-c6ef88d88fe8c95323247393c04e6b161da3bb0e.zip
Specify configuration to runtest.sh to make runtest.py use the correct build_type value (#20188)
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 726e10fd2b..28e1e79f8d 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -2385,7 +2385,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
buildCommands += "./build.sh ${lowerConfiguration} ${architecture} skiptests"
buildCommands += "./build-test.sh ${lowerConfiguration} ${architecture} generatetesthostonly"
- buildCommands += "./tests/runtest.sh --corefxtestsall --testHostDir=\${WORKSPACE}/bin/tests/${osGroup}.${architecture}.${configuration}/testhost/ --coreclr-src=\${WORKSPACE}"
+ buildCommands += "./tests/runtest.sh ${lowerConfiguration} --corefxtestsall --testHostDir=\${WORKSPACE}/bin/tests/${osGroup}.${architecture}.${configuration}/testhost/ --coreclr-src=\${WORKSPACE}"
break
// Archive and process (only) the test results
@@ -3468,6 +3468,7 @@ def static CreateOtherTestJob(def dslFactory, def project, def branch, def archi
shell("""\
${runScript} \\
+ ${lowerConfiguration} \\
--testRootDir=\"\${WORKSPACE}/bin/tests/${osGroup}.${architecture}.${configuration}\" \\
--coreOverlayDir=\"\${WORKSPACE}/bin/tests/${osGroup}.${architecture}.${configuration}/Tests/Core_Root\" \\
--testNativeBinDir=\"\${WORKSPACE}/bin/obj/${osGroup}.${architecture}.${configuration}/tests\" \\