Add Ubuntu 16.10 to CI
authorEric Mellino <erme@microsoft.com>
Fri, 16 Sep 2016 19:11:29 +0000 (12:11 -0700)
committerEric Mellino <erme@microsoft.com>
Fri, 16 Sep 2016 19:11:29 +0000 (12:11 -0700)
netci.groovy

index a45af68..a2e3c77 100755 (executable)
@@ -15,6 +15,7 @@ def static getOSGroup(def os) {
     def osGroupMap = ['Ubuntu':'Linux',
         'RHEL7.2': 'Linux',
         'Ubuntu16.04': 'Linux',
+        'Ubuntu16.10': 'Linux',
         'Debian8.4':'Linux',
         'Fedora23':'Linux',
         'OSX':'OSX',
@@ -35,7 +36,7 @@ class Constants {
     // The Windows_NT_BuildOnly OS is a way to speed up the Non-NT builds temporarily by avoiding
     // test execution in the build flow runs.  It generates the exact same build
     // as Windows_NT but without the tests.
-    def static osList = ['Ubuntu', 'Debian8.4', 'OSX', 'Windows_NT', 'Windows_NT_BuildOnly', 'FreeBSD', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1', 'RHEL7.2', 'LinuxARMEmulator', 'Ubuntu16.04', 'Fedora23']
+    def static osList = ['Ubuntu', 'Debian8.4', 'OSX', 'Windows_NT', 'Windows_NT_BuildOnly', 'FreeBSD', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1', 'RHEL7.2', 'LinuxARMEmulator', 'Ubuntu16.04', 'Ubuntu16.10', 'Fedora23']
     def static crossList = ['Ubuntu', 'OSX', 'CentOS7.1', 'RHEL7.2', 'Debian8.4', 'OpenSUSE13.2']
     // This is a set of JIT stress modes combined with the set of variables that
     // need to be set to actually enable that stress mode.  The key of the map is the stress mode and
@@ -577,6 +578,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
                     break
                 case 'Fedora23':
                 case 'Ubuntu16.04':
+                case 'Ubuntu16.10':
                 case 'OpenSUSE42.1':
                     assert !isFlowJob
                     assert scenario == 'default'
@@ -1921,6 +1923,7 @@ combinedScenarios.each { scenario ->
                             break
                         case 'Ubuntu':
                         case 'Ubuntu16.04':
+                        case 'Ubuntu16.10':
                         case 'Debian8.4':
                         case 'OSX':
                         case 'FreeBSD':