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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-06-20 02:12:23 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-06-20 02:12:23 +0300
commit181bcdcc96dc963a655e65a55f5b5992d7ec522d (patch)
tree536153f47a898d4a42410af1f825e65fe735d142 /netci.groovy
parente1fe61f02ecc4afa0af70cac9bf77702a867dbe6 (diff)
Update osgroup in tizen CI legs
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 1 insertions, 3 deletions
diff --git a/netci.groovy b/netci.groovy
index 684234d419..6fb478617b 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -25,8 +25,6 @@ def osGroupMap = ['Windows 7':'Windows_NT',
'OpenSUSE13.2': 'Linux',
'OpenSUSE42.1': 'Linux',
'RHEL7.2': 'Linux',
- 'Tizen': 'Linux',
- 'LinuxARMEmulator': 'Linux',
'PortableLinux': 'Linux']
def osShortName = ['Windows 7' : 'win7',
@@ -299,7 +297,7 @@ def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ub
abi = "armel"
}
- def osGroup = osGroupMap[osName]
+ def osGroup = "Linux"
def newJobName = "${osName.toLowerCase()}_${abi.toLowerCase()}_cross_${configurationGroup.toLowerCase()}"
def newJob = job(Utilities.getFullJobName(project, newJobName, isPR)) {