Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanjoung Lee <hanjoung.lee@samsung.com>2016-11-11 12:41:23 +0300
committerHanjoung Lee <hanjoung.lee@samsung.com>2016-11-11 12:41:23 +0300
commit6d17dd69a22c1ee8fd21b92bc007d508ce55ce49 (patch)
tree194c1bc9480aaa6d3dad4e0565bb53de2544c1f3 /netci.groovy
parent68be7c6b56008cf5c57ec4c05f96ca23526e816d (diff)
[ARM/CI] Enable arm prtests which can be run manually.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy6
1 files changed, 2 insertions, 4 deletions
diff --git a/netci.groovy b/netci.groovy
index 627db97970..6c47076753 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -422,7 +422,7 @@ def osShortName = ['Windows 10': 'win10',
[true, false].each { isPR ->
['Debug', 'Release'].each { configurationGroup ->
['LinuxARMEmulator'].each { osName ->
- (isPR ? [/*'SoftFP'*/] : ['HardFP', 'SoftFP']).each { abi ->
+ ['HardFP', 'SoftFP'].each { abi ->
def osGroup = osGroupMap[osName]
def newJobName = "${osName.toLowerCase()}_${abi.toLowerCase()}_cross_${configurationGroup.toLowerCase()}"
@@ -457,9 +457,7 @@ def osShortName = ['Windows 10': 'win10',
// Set up triggers
if (isPR) {
- if (osName == 'LinuxARMEmulator') {
- Utilities.addGithubPRTriggerForBranch(newJob, branch, "Innerloop Linux ARM Emulator ${abi} ${configurationGroup} Cross Build")
- }
+ Utilities.addGithubPRTriggerForBranch(newJob, branch, "Innerloop Linux ARM Emulator ${abi} ${configurationGroup} Cross Build", "(?i).*test\\W+innerloop\\W+linuxarmemulator\\W+${abi}\\W+${configurationGroup}.*")
}
else {
// Set a push trigger