Skip to content

Commit

Permalink
[1.8>1.9] [MERGE #5006 @MSLaguana] Change OSX CI to target 10.12 to f…
Browse files Browse the repository at this point in the history
…ix CI flakiness

Merge pull request #5006 from release/1.8-ci
  • Loading branch information
MSLaguana committed Apr 17, 2018
2 parents 495de1a + 9f8c2a1 commit 1ad224f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netci.groovy
Expand Up @@ -20,7 +20,7 @@ def msbuildTypeMap = [
def machineTypeToOSTagMap = [
'Windows_NT': 'Windows', // Windows Server 2012 R2, equivalent to Windows 8.1 (aka Blue)
'Ubuntu16.04': 'Ubuntu',
'OSX': 'OSX'
'OSX10.12': 'OSX'
]

def dailyRegex = 'dailies'
Expand Down Expand Up @@ -307,7 +307,7 @@ if (isXPlatCompatibleBranch) {
// ---------------

if (isXPlatCompatibleBranch) {
def osString = 'OSX'
def osString = 'OSX10.12'

// PR and CI checks
CreateXPlatBuildTasks(osString, "osx", "osx", branch, null, "")
Expand Down

0 comments on commit 1ad224f

Please sign in to comment.