summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorAndon Andonov <anandono@microsoft.com>2018-06-22 13:54:45 -0700
committerGitHub <noreply@github.com>2018-06-22 13:54:45 -0700
commit57218f2de795f6a9141dc9853dbc83029815798e (patch)
tree597cc1c53b99b807ba35e730c78d5ecfb74cceaa /netci.groovy
parent3fb4483277c7b12841b9ea7672bccdc6f23d3d52 (diff)
downloadcoreclr-57218f2de795f6a9141dc9853dbc83029815798e.tar.gz
coreclr-57218f2de795f6a9141dc9853dbc83029815798e.tar.bz2
coreclr-57218f2de795f6a9141dc9853dbc83029815798e.zip
Remove trigger phrases and add testhost building (#18608)
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy4
1 files changed, 3 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index b50d3c13bc..e43a47d65c 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1744,7 +1744,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
break
case 'corefx_innerloop':
if (configuration == 'Release' || configuration == 'Checked') {
- Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} CoreFX Tests", "(?i).*test\\W+${os}\\W+${architecture}\\W+${configuration}\\W+${scenario}.*")
+ Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} CoreFX Tests")
}
break
@@ -2219,6 +2219,8 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
if (doCoreFxTesting) {
if (scenario == 'corefx_innerloop') {
+ // Create CORE_ROOT and testhost
+ buildCommands += "tests\\build-test.cmd ${lowerConfiguration} ${arch} skipmanaged"
buildCommands += "tests\\runtest.cmd ${runtestArguments} CoreFXTests"
// Archive and process (only) the test results