summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2018-05-30 15:53:15 -0400
committerRamon Fernandez <ramon@mongodb.com>2018-06-04 14:14:10 -0400
commit229b3e3cc93c85810ccd9b8504e1f6e60514eb6d (patch)
treef55e324e1cc58ab8517ec5eac296adb817ff3cb2
parentd3df669d28555ba0306bee104f75d8212ee42fa1 (diff)
downloadmongo-229b3e3cc93c85810ccd9b8504e1f6e60514eb6d.tar.gz
SERVER-35211 Update file names for Windows and macOS packages
Remove push_* expansions from variants that should not be pushing artifacts / have no push task. (cherry picked from commit 4699efdcb12b96f070e254730c5c392204ac37f1)
-rw-r--r--etc/evergreen.yml48
1 files changed, 16 insertions, 32 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index b87a7922415..e92737c2cd2 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -3274,7 +3274,7 @@ tasks:
content_type: ${content_type|application/x-gzip}
display_name: Source tarball
# We only need to upload the source tarball from one of the build variants
- # because it should be the same everywhere, so just use linux-64/windows-64-2k8.
+ # because it should be the same everywhere, so just use linux-64/windows-64-2k8-ssl.
build_variants: [ linux-64, windows-64-2k8-ssl ]
# For patch builds that bypass compile, we upload links to pre-existing tarballs, except for the
# artifacts.tgz.
@@ -8254,13 +8254,9 @@ buildvariants:
test_flags: --excludeWithAnyTags=requires_mmapv1
platform_decompress: unzip
exe: ".exe"
- push_path: win32
- push_bucket: downloads.mongodb.org
- push_name: win32-debug
- push_arch: x86_64-2008plus
content_type: application/zip
num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
- compile_flags: --dbg=on --opt=on --win-version-min=ws08r2 -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) MONGO_DISTMOD=2008plus
+ compile_flags: --dbg=on --opt=on --win-version-min=ws08r2 -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) MONGO_DISTMOD=2012plus
# We invoke SCons using --jobs = (# of CPUs / 4) to avoid causing out of memory errors due to
# spawning a large number of linker processes.
num_scons_link_jobs_available: $(( $(grep -c ^processor /proc/cpuinfo) / 4 ))
@@ -8707,10 +8703,6 @@ buildvariants:
expansions:
platform_decompress: unzip
exe: ".exe"
- push_path: win32
- push_bucket: downloads.10gen.com
- push_name: win32
- push_arch: x86_64-enterprise-windows-64
msi_target: msi
content_type: application/zip
compile_flags: --release --ssl MONGO_DISTMOD=windows-64 CPPPATH="c:/openssl/include c:/sasl/include c:/snmp/include c:/curl/include" LIBPATH="c:/openssl/lib c:/sasl/lib c:/snmp/lib c:/curl/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --dynamic-windows --win-version-min=ws08r2
@@ -8743,10 +8735,6 @@ buildvariants:
expansions:
platform_decompress: unzip
exe: ".exe"
- push_path: win32
- push_bucket: downloads.10gen.com
- push_name: win32
- push_arch: x86_64-enterprise-windows-64
msi_target: msi
content_type: application/zip
compile_flags: --release --ssl MONGO_DISTMOD=windows-64 CPPPATH="c:/openssl/include c:/sasl/include c:/snmp/include c:/curl/include" LIBPATH="c:/openssl/lib c:/sasl/lib c:/snmp/lib c:/curl/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --dynamic-windows --win-version-min=ws08r2
@@ -8806,7 +8794,7 @@ buildvariants:
- name: sslSpecial
- name: windows-64-2k8-ssl
- display_name: SSL Windows 2008R2
+ display_name: Windows 2008R2
run_on:
- windows-64-vs2015-small
batchtime: 1440 # 1 day
@@ -8817,11 +8805,11 @@ buildvariants:
push_path: win32
push_bucket: downloads.mongodb.org
push_name: win32
- push_arch: x86_64-2008plus-ssl
+ push_arch: x86_64-2012plus
multiversion_platform: windows_x86_64-2008plus-ssl
msi_target: msi
content_type: application/zip
- compile_flags: --release --ssl MONGO_DISTMOD=2008plus-ssl CPPPATH="c:/openssl/include" LIBPATH="c:/openssl/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --dynamic-windows --win-version-min=ws08r2
+ compile_flags: --release --ssl MONGO_DISTMOD=2012plus CPPPATH="c:/openssl/include" LIBPATH="c:/openssl/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --dynamic-windows --win-version-min=ws08r2
# We invoke SCons using --jobs = (# of CPUs / 4) to avoid causing out of memory errors due to
# spawning a large number of linker processes.
num_scons_link_jobs_available: $(( $(grep -c ^processor /proc/cpuinfo) / 4 ))
@@ -8936,7 +8924,7 @@ buildvariants:
platform_decompress: unzip
exe: ".exe"
content_type: application/zip
- compile_flags: --dbg=on --opt=off --ssl MONGO_DISTMOD=2008plus CPPPATH="c:/openssl/include c:/sasl/include c:/snmp/include c:/curl/include" LIBPATH="c:/openssl/lib c:/sasl/lib c:/snmp/lib c:/curl/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --dynamic-windows --win-version-min=ws08r2
+ compile_flags: --dbg=on --opt=off --ssl MONGO_DISTMOD=2012plus CPPPATH="c:/openssl/include c:/sasl/include c:/snmp/include c:/curl/include" LIBPATH="c:/openssl/lib c:/sasl/lib c:/snmp/lib c:/curl/lib" -j$(( $(grep -c ^processor /proc/cpuinfo) / 2 )) --dynamic-windows --win-version-min=ws08r2
# We invoke SCons using --jobs = (# of CPUs / 4) to avoid causing out of memory errors due to
# spawning a large number of linker processes.
num_scons_link_jobs_available: $(( $(grep -c ^processor /proc/cpuinfo) / 4 ))
@@ -8961,8 +8949,8 @@ buildvariants:
# OSX buildvariants #
###########################################
-- name: osx-1010-ssl
- display_name: SSL OS X 10.10
+- name: osx-1010
+ display_name: macOS 10.10
run_on:
- macos-1012
batchtime: 1440 # 1 day
@@ -8970,11 +8958,11 @@ buildvariants:
test_flags: --excludeWithAnyTags=requires_mmapv1,requires_ssl_mongo_tools
push_path: osx
push_bucket: downloads.mongodb.org
- push_name: osx-ssl
+ push_name: macos
push_arch: x86_64
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: --ssl -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10"
- multiversion_platform: osx-ssl
+ multiversion_platform: macos
num_jobs_available: 1
gorootvars: 'PATH="/usr/local/go1.8/go/bin:/opt/mongodbtoolchain/v2/bin/:$PATH" GOROOT=/usr/local/go1.8/go CGO_CPPFLAGS=-I/opt/mongodbtoolchain/v2/include CGO_CFLAGS=-mmacosx-version-min=10.10 CGO_LDFLAGS=-mmacosx-version-min=10.10'
tooltags: "-tags 'ssl openssl_pre_1.0'"
@@ -9074,15 +9062,11 @@ buildvariants:
- rhel70-small
- name: osx-1010-debug
- display_name: "* OS X 10.10 DEBUG"
+ display_name: "* macOS 10.10 DEBUG"
run_on:
- macos-1012
expansions:
test_flags: --excludeWithAnyTags=requires_mmapv1
- push_path: osx
- push_bucket: downloads.mongodb.org
- push_name: osx-debug
- push_arch: x86_64
num_jobs_available: 1
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: --dbg=on --opt=on -j$(sysctl -n hw.logicalcpu) --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10"
@@ -9108,7 +9092,7 @@ buildvariants:
- name: tool
- name: enterprise-osx-1010
- display_name: Enterprise OS X 10.10
+ display_name: Enterprise macOS 10.10
modules:
- enterprise
run_on:
@@ -9118,7 +9102,7 @@ buildvariants:
test_flags: --excludeWithAnyTags=requires_mmapv1,requires_ssl_mongo_tools
push_path: osx
push_bucket: downloads.10gen.com
- push_name: osx
+ push_name: macos
push_arch: x86_64-enterprise
compile_env: DEVELOPER_DIR=/Applications/Xcode8.3.app
compile_flags: --ssl -j$(sysctl -n hw.logicalcpu) --release --libc++ CCFLAGS="-mmacosx-version-min=10.10" LINKFLAGS="-mmacosx-version-min=10.10"
@@ -9156,7 +9140,7 @@ buildvariants:
- rhel70-small
- name: enterprise-osx-1010-openssl
- display_name: ~ Enterprise OS X 10.10 OpenSSL
+ display_name: ~ Enterprise macOS 10.10 OpenSSL
modules:
- enterprise
run_on:
@@ -11913,7 +11897,7 @@ buildvariants:
- name: jsCore_mobile
- name: enterprise-osx-1010-mobile
- display_name: Enterprise OS X 10.10 (mobile)
+ display_name: Enterprise macOS 10.10 (mobile)
modules:
- enterprise
run_on:
@@ -13006,7 +12990,7 @@ buildvariants:
- name: update_fuzzer_replication
- name: enterprise-osx-1010-mmapv1
- display_name: Enterprise OS X 10.10 MMAPv1
+ display_name: Enterprise macOS 10.10 MMAPv1
modules:
- enterprise
run_on: