From 7727ad87b0ba8f1a55aa5e974ab90bbb5a6c1b4b Mon Sep 17 00:00:00 2001 From: Matt Cotter Date: Tue, 11 Oct 2016 14:31:25 -0400 Subject: SERVER-26576 remove ASIOMessagingPort build variants --- etc/evergreen.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'etc') diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 5601741ba1d..6ee282c0345 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -6417,46 +6417,6 @@ buildvariants: distros: - 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 # ########################################### -- cgit v1.2.1