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:
authorsjsujin.kim <sjsujin.kim@samsung.com>2016-07-19 08:19:54 +0300
committersjsujin.kim <sjsujin.kim@samsung.com>2016-07-19 08:23:18 +0300
commit0773679f4130777ad8dde2e09ec507eaf459f150 (patch)
treebda34fc362002c2e04a0a97a6515adb662a4c425 /netci.groovy
parentc3b741173b23a75d8b9f5cf775b73b046d4ce362 (diff)
ARM-CI : Disabled automatic checks for resolving the unmounting error
Now ARM-CI makes building failure frequently with below messages. http://dotnet-ci.cloudapp.net/job/dotnet_corefx/job/master/job/linuxarmemulator_cross_release_prtest/159/console 00:01:27.252 + sudo umount /opt/linux-arm-emulator-root/dev 00:01:27.260 umount: /opt/linux-arm-emulator-root/dev: device is busy. 00:01:27.260 (In some cases useful info about processes that use 00:01:27.260 the device is found by lsof(8) or fuser(1)) 00:01:27.265 Build step 'Execute shell' marked build as failure We are looking into why this failure is occurring basically but we can't get normal results from ARM CI now. So I would disable automatic checks temporarily. You can check manually with comment for a while.
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 7aa2dcaf8d..4e6444c630 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -393,7 +393,7 @@ def osShortName = ['Windows 10': 'win10',
// Set up triggers
if (isPR) {
if (os == 'LinuxARMEmulator') {
- Utilities.addGithubPRTriggerForBranch(newJob, branch, "Innerloop Linux ARM Emulator ${configurationGroup} Cross Build")
+ 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.*")
}
}
else {