diff options
author | Brian Samek <brian.samek@mongodb.com> | 2016-03-22 16:50:10 -0400 |
---|---|---|
committer | Brian Samek <brian.samek@mongodb.com> | 2016-03-25 16:57:11 -0400 |
commit | 9be485ea5e262d7d69a5486cc60fce247b5ae57f (patch) | |
tree | 3b85186f6ecc19aa314fb3323ef3911ccf18bfd3 | |
parent | 005cc0f40fb72474519b0491251869e63dbad75b (diff) | |
download | mongo-9be485ea5e262d7d69a5486cc60fce247b5ae57f.tar.gz |
BUILD-893 Upgrade OS X builders to 10.10
In addition to updating the OS X builders to 10.10, this changes the display
name of the OS X builders to refer to the minimum version that we are
compiling for rather than the version of the OS that we are compiling on.
-rw-r--r-- | etc/evergreen.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 5831064d466..aa24e2e1f87 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -3528,11 +3528,11 @@ buildvariants: # OSX buildvariants # ########################################### -- name: osx-108 - display_name: OS X 10.8 +- name: osx-107 + display_name: OS X 10.7 modules: ~ run_on: - - osx-108 + - osx-1010 batchtime: 1440 # 1 day expansions: push_path: osx @@ -3619,11 +3619,11 @@ buildvariants: distros: - rhel55-test -- name: osx-108-ssl - display_name: SSL OS X 10.8 +- name: osx-107-ssl + display_name: SSL OS X 10.7 modules: ~ run_on: - - osx-108 + - osx-1010 batchtime: 1440 # 1 day expansions: push_path: osx @@ -3711,11 +3711,11 @@ buildvariants: distros: - rhel55-test -- name: osx-108-debug - display_name: OS X 10.8 DEBUG +- name: osx-107-debug + display_name: OS X 10.7 DEBUG modules: ~ run_on: - - osx-108 + - osx-1010 expansions: push_path: osx push_bucket: downloads.mongodb.org @@ -3748,12 +3748,12 @@ buildvariants: - name: tool_WT - name: unittests -- name: enterprise-osx-108 - display_name: Enterprise OS X 10.8 +- name: enterprise-osx-107 + display_name: Enterprise OS X 10.7 modules: - enterprise run_on: - - osx-108 + - osx-1010 batchtime: 1440 # 1 day expansions: push_path: osx |