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:
authorHyung-Kyu Choi <hk0110.choi@samsung.com>2017-02-25 16:39:50 +0300
committerHyung-Kyu Choi <hk0110.choi@samsung.com>2017-02-25 17:26:16 +0300
commit05e53d01d9cb4432d9a42c3dfe9250a5eb31441b (patch)
tree2ee6bcc0bb6c91422f6fef8ccc804786c28beac8 /netci.groovy
parente46f325f4e8baac3406a416818cea7bd0ccfa59a (diff)
[ARM/CI] Use correct Ubuntu name for arm
Let's use "Ubuntu14.04" instead of "Ubuntu" for arm, because "Ubuntu14.04" is defined and is being used for other architectures. Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 2095bb8ea8..9e210c5ec6 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -455,8 +455,8 @@ def buildArchConfiguration = ['Debug': 'x86',
[true, false].each { isPR ->
['netcoreapp'].each { targetGroup ->
['Debug', 'Release'].each { configurationGroup ->
- ['Ubuntu', 'Ubuntu16.04', 'Tizen'].each { osName ->
- if (osName == "Ubuntu") {
+ ['Ubuntu14.04', 'Ubuntu16.04', 'Tizen'].each { osName ->
+ if (osName == "Ubuntu14.04") {
linuxCodeName="trusty"
abi = "arm"
}