summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2015-12-21 12:05:35 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2016-01-11 16:06:17 -0500
commit2b25f8b67c6960770c0b93996ffcdaf81147d5d3 (patch)
treeb2b3e5ea3f07798fc9f78710b19ed24f937a4c43 /etc
parentfaf8917066eeaedd9d938051cbfc9faa85852128 (diff)
downloadmongo-2b25f8b67c6960770c0b93996ffcdaf81147d5d3.tar.gz
SERVER-12108 Support Windows binaries for multiversion tests
(cherry picked from commit 44b96032027ad17cdd4ee1b6aaf5a2cf012fcfc8)
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 69de7184675..0eac763fa03 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -376,7 +376,7 @@ functions:
set -o verbose
rm -rf /data/install /data/multiversion
- ${python|python} buildscripts/setup_multiversion_mongodb.py /data/install /data/multiversion "Linux/x86_64" "2.4" "2.6" "3.0"
+ ${python|python} buildscripts/setup_multiversion_mongodb.py /data/install /data/multiversion ${multiversion_platform_arch|"Linux/x86_64"} "2.4" "2.6" "3.0"
pre:
- command: shell.track
@@ -3022,6 +3022,7 @@ buildvariants:
push_bucket: downloads.mongodb.org
push_name: win32
push_arch: x86_64-2008plus
+ multiversion_platform_arch: "win32/x86_64-2008plus"
msi_target: msi
content_type: application/zip
compile_flags: --release --win-version-min=ws08r2 -j$(grep -c ^processor /proc/cpuinfo) MONGO_DISTMOD=2008plus VARIANT_DIR=win32
@@ -3068,6 +3069,7 @@ buildvariants:
- name: jstestfuzz_sharded_WT
- name: mmap
- name: mongosTest
+ - name: multiversion
- name: noPassthrough
- name: noPassthrough_WT
- name: noPassthroughWithMongod