summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatt Cotter <matt.cotter@mongodb.com>2016-10-11 14:31:25 -0400
committerMatt Cotter <matt.cotter@mongodb.com>2016-10-11 15:16:58 -0400
commit7727ad87b0ba8f1a55aa5e974ab90bbb5a6c1b4b (patch)
tree6b4b98bfb5dc5b8075a4bd9382648af96a59c301 /etc
parent37b4f91ef59d6860cbe342641e8aba304ef826c4 (diff)
downloadmongo-7727ad87b0ba8f1a55aa5e974ab90bbb5a6c1b4b.tar.gz
SERVER-26576 remove ASIOMessagingPort build variants
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml40
1 files changed, 0 insertions, 40 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 5601741ba1d..6ee282c0345 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -6418,46 +6418,6 @@ buildvariants:
- ubuntu1404-build
###########################################
-# ASIO MP buildvariants #
-###########################################
-
-- name: ubuntu1604-asio-mp
- display_name: "z ASIO MessagingPort SSL Ubuntu 1604 64-bit"
- run_on:
- - ubuntu1604-test
- batchtime: 1440 # 1 day
- expansions:
- gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH"
- tooltags: "-tags ssl"
- compile_flags: --ssl MONGO_DISTMOD=ubuntu1604 -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/v2/bin/gcc CXX=/opt/mongodbtoolchain/v2/bin/g++ OBJCOPY=/opt/mongodbtoolchain/v2/bin/objcopy
- num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
- test_flags: "--mongosSetParameters='{messagePortImpl: 'ASIO'}' --mongodSetParameters='{messagePortImpl: 'ASIO'}'"
- use_scons_cache: true
- build_mongoreplay: true
- tasks:
- - name: compile
- distros:
- - ubuntu1604-build
-
-- name: windows-64-2k8-debug-asio
- display_name: "z ASIO MessagingPort Windows 2008R2 DEBUG"
- run_on:
- - windows-64-vs2015-small
- batchtime: 1440 # 1 day
- expansions:
- platform_decompress: unzip
- exe: ".exe"
- 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
- ext: zip
- use_scons_cache: true
- tasks:
- - name: compile
- distros:
- - windows-64-vs2015-large
-
-###########################################
# SUSE buildvariants #
###########################################