From 6322ae5b208549aff301268ef4062933f5dc7009 Mon Sep 17 00:00:00 2001 From: Ramon Fernandez Date: Wed, 28 Mar 2018 14:14:36 -0400 Subject: SERVER-31535 Ubuntu 12.04 is EOL, remove variants --- etc/evergreen.yml | 118 ------------------------------------------------------ 1 file changed, 118 deletions(-) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 96e1b5e7b26..2ec1fd141af 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -34,7 +34,6 @@ variables: - enterprise-rhel-62-64-bit - enterprise-rhel-70-64-bit - enterprise-suse11-64 - - enterprise-ubuntu1204-64 - enterprise-ubuntu1404-64 - enterprise-debian71-64 - linux-32 @@ -44,7 +43,6 @@ variables: - rhel62 - rhel70 - suse11 - - ubuntu1204 - ubuntu1404 - debian71 - osx-107 @@ -2549,85 +2547,6 @@ buildvariants: - name: slow2_WT - name: tool_WT - -- name: ubuntu1204 - display_name: SSL Ubuntu 1204 64-bit - modules: - - mongo-tools - run_on: - - ubuntu1204-test - expansions: - tooltags: "-tags ssl" - push_path: linux - push_bucket: downloads.mongodb.org - push_name: linux - push_arch: x86_64-ubuntu1204 - compile_flags: --ssl --distmod=ubuntu1204 -j$(grep -c ^processor /proc/cpuinfo) --release --cc=/opt/mongodbtoolchain/bin/gcc --cxx=/opt/mongodbtoolchain/bin/g++ --variant-dir="linux2/release" - test_flags: --continue-on-failure - has_packages: true - packager_script: packager.py - packager_distro: ubuntu1204 - repo_edition: org - tasks: - - name: compile - distros: - - ubuntu1204-build - - name: aggregation - - name: aggregation_WT - - name: aggregation_auth - - name: auth - - name: auth_WT - - name: dbtest - - name: dbtest_WT - - name: disk - - name: durability - - name: failpoints - - name: failpoints_auth - - name: gle_auth - - name: gle_auth_WT - - name: gle_auth_write_cmd - - name: gle_auth_write_cmd_WT - - name: jsCore - - name: jsCore_WT - - name: jsCore_auth - - name: jsCore_compatibility - - name: jsCore_compatibility_WT - - name: jsCore_small_oplog - - name: jsCore_small_oplog_WT - - name: mongosTest - - name: mmap - - name: multiversion - - name: noPassthrough - - name: noPassthrough_WT - - name: noPassthroughWithMongod - - name: noPassthroughWithMongod_WT - - name: parallel - - name: parallel_WT - - name: parallel_compatibility - - name: parallel_compatibility_WT - - name: concurrency - - name: concurrency_WT - - name: concurrency_compatibility - - name: concurrency_compatibility_WT - - name: replicasets - - name: replicasets_WT - - name: replicasets_auth - - name: replication - - name: replication_WT - - name: replication_auth - - name: sharding - - name: sharding_WT - - name: sharding_auth - - name: slow1 - - name: slow1_WT - - name: slow2 - - name: slow2_WT - - name: ssl - - name: sslSpecial - - name: tool - - name: tool_WT - - name: push - - name: ubuntu1404 display_name: SSL Ubuntu 1404 64-bit modules: @@ -3778,43 +3697,6 @@ buildvariants: # Ubuntu buildvariants # ########################################### -- name: enterprise-ubuntu1204-64 - display_name: Enterprise Ubuntu 1204 64-bit - modules: - - enterprise - - mongo-tools - run_on: - - ubuntu1204-test - expansions: - gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH" - tooltags: "-tags 'ssl sasl'" - push_path: linux - push_bucket: downloads.10gen.com - push_name: linux - push_arch: x86_64-enterprise-ubuntu1204 - compile_flags: --ssl --distmod=ubuntu1204 --release -j$(grep -c ^processor /proc/cpuinfo) --cc=/opt/mongodbtoolchain/bin/gcc --cxx=/opt/mongodbtoolchain/bin/g++ --variant-dir="linux2/release" - test_flags: --authMechanism=SCRAM-SHA-1 --continue-on-failure - has_packages: true - packager_script: packager-enterprise.py - packager_distro: ubuntu1204 - repo_edition: enterprise - tasks: - - name: compile - distros: - - ubuntu1204-build - - name: audit - - name: audit_WT - - name: jsCore_auth - - name: mmap - - name: replicasets_auth - - name: sasl - - name: sharding_auth - - name: snmp - - name: snmp_WT - - name: ssl - - name: sslSpecial - - name: push - - name: enterprise-ubuntu1404-64 display_name: Enterprise Ubuntu 1404 64-bit modules: -- cgit v1.2.1