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:
authorsjsujinkim <sjsujin.kim@samsung.com>2016-08-29 04:54:09 +0300
committersjsujinkim <sjsujin.kim@samsung.com>2016-08-29 04:54:09 +0300
commit1f913195030420e6ce5038a23cb400332d1dd729 (patch)
treebb547ada0a24c247027dce009e91c0e2e221514e /netci.groovy
parent949006963e8192a7f608c50828a602e4ff5d27bc (diff)
ARM-CI:Enable automatic checks of PRs again
Because #10482 is merged, No more 'device is busy' error will not occur. So I apply to enable automatic checks of PRs again.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 5a4f9a1feb..cc1d420d8e 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -445,7 +445,7 @@ def osShortName = ['Windows 10': 'win10',
// Set up triggers
if (isPR) {
if (osName == 'LinuxARMEmulator') {
- Utilities.addGithubPRTriggerForBranch(newJob, branch, "Innerloop Linux ARM Emulator ${configurationGroup} Cross Build", "(?i).*test\\W+Innerloop\\W+Linux\\W+ARM\\W+Emulator\\W+${configurationGroup}\\W+Cross\\W+Build.*")
+ Utilities.addGithubPRTriggerForBranch(newJob, branch, "Innerloop Linux ARM Emulator ${configurationGroup} Cross Build")
}
}
else {