Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Add windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed May 9, 2017
1 parent 236c0b9 commit c6eb858
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions netci.groovy
Expand Up @@ -13,13 +13,16 @@ def projectFolder = Utilities.getFolderName(project) + '/' + Utilities.getFolder
// Globals

// Map of osName -> osGroup.
def osGroupMap = ['Ubuntu14.04':'Linux',
def osGroupMap = ['Windows 10':'Windows_NT',
'Windows 7':'Windows_NT',
'Windows_NT':'Windows_NT',
'Windows Nano 2016' : 'Windows_NT',
'Ubuntu14.04':'Linux',
'Ubuntu16.04':'Linux',
'Ubuntu16.10':'Linux',
'Debian8.4':'Linux',
'Fedora24':'Linux',
'OSX10.12':'OSX',
'Windows_NT':'Windows_NT',
'CentOS7.1': 'Linux',
'OpenSUSE13.2': 'Linux',
'OpenSUSE42.1': 'Linux',
Expand All @@ -31,16 +34,16 @@ def osGroupMap = ['Ubuntu14.04':'Linux',
def osShortName = ['Windows 10': 'win10',
'Windows 7' : 'win7',
'Windows_NT' : 'windows_nt',
'Ubuntu14.04' : 'ubuntu14.04',
'OSX10.12' : 'osx',
'Windows Nano 2016' : 'winnano16',
'Ubuntu14.04' : 'ubuntu14.04',
'Ubuntu16.04' : 'ubuntu16.04',
'Ubuntu16.10' : 'ubuntu16.10',
'CentOS7.1' : 'centos7.1',
'Debian8.4' : 'debian8.4',
'Fedora24' : 'fedora24',
'OSX10.12' : 'osx',
'CentOS7.1' : 'centos7.1',
'OpenSUSE13.2' : 'opensuse13.2',
'OpenSUSE42.1' : 'opensuse42.1',
'Fedora24' : 'fedora24',
'RHEL7.2' : 'rhel7.2',
'PortableLinux' : 'portablelinux']

Expand Down

0 comments on commit c6eb858

Please sign in to comment.