summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Kleinman <samk@10gen.com>2016-08-29 16:12:27 -0400
committerSam Kleinman <samk@10gen.com>2016-08-31 13:24:08 -0400
commit4bfbe28fa9c0eccfc6225781ceb51e87be371883 (patch)
tree1862c1e01e07ee25d186dcec4aedd19cbc722edc
parent8722c557ea18f3207c736ccbd1a32c924ea47353 (diff)
downloadmongo-4bfbe28fa9c0eccfc6225781ceb51e87be371883.tar.gz
SERVER-25815: remove ubuntu1410 variant for v3.2
-rw-r--r--etc/evergreen.yml110
1 files changed, 1 insertions, 109 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 822e0108c42..7a8616eaa2f 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -88,7 +88,6 @@ variables:
- ubuntu1404
- ubuntu1604
- ubuntu1404-rocksdb
- - ubuntu1410-fast-clang
- debian71
- debian81
- solaris-64-bit
@@ -6039,111 +6038,4 @@ buildvariants:
- name: jstestfuzz_WT
- name: jstestfuzz_replication_WT
- name: jstestfuzz_sharded_WT
- - name: unittests
-
-- name: ubuntu1410-fast-clang
- display_name: ~ Clang/libc++ SSL Ubuntu 14.10
- modules:
- - mongo-tools
- run_on:
- - ubuntu1410-test
- stepback: false
- batchtime: 1440 # 1 day
- expansions:
- tooltags: "-tags 'ssl'"
- compile_flags: CC=/usr/bin/clang CXX=/usr/bin/clang++ --libc++ --ssl -j$(grep -c ^processor /proc/cpuinfo) VARIANT_DIR=build MONGO_DISTMOD=ubuntu1410-clang
- num_jobs_available: $(grep -c ^processor /proc/cpuinfo)
- push_path: linux
- push_bucket: downloads.mongodb.org
- push_name: linux
- push_arch: x86_64-ubuntu1410-clang
- tasks:
- - name: compile
- distros:
- - ubuntu1410-build
- - name: aggregation
- - name: aggregation_WT
- - name: aggregation_auth
- - name: auth
- - name: auth_WT
- - name: dbtest
- - name: dbtest_WT
- - name: disk
- - name: durability
- - name: dur_jscore_passthrough
- - name: failpoints
- - name: failpoints_auth
- - name: gle_auth
- - name: gle_auth_WT
- - name: gle_auth_write_cmd
- - name: gle_auth_write_cmd_WT
- - name: gle_auth_basics_passthrough
- - name: gle_auth_basics_passthrough_WT
- - name: gle_auth_basics_passthrough_write_cmd
- - name: gle_auth_basics_passthrough_write_cmd_WT
- - name: sharding_gle_auth_basics_passthrough
- - name: sharding_gle_auth_basics_passthrough_WT
- - name: sharding_gle_auth_basics_passthrough_write_cmd
- - name: sharding_gle_auth_basics_passthrough_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: jsCore_small_oplog_rs
- - name: jsCore_small_oplog_rs_WT
- - name: jstestfuzz
- - name: jstestfuzz_WT
- - name: jstestfuzz_replication_WT
- - name: jstestfuzz_sharded_WT
- - name: mmap
- - name: mongosTest
- - name: multiversion
- - name: noPassthrough
- - name: noPassthrough_WT
- - name: noPassthroughWithMongod
- - name: noPassthroughWithMongod_WT
- - name: bulk_gle_passthrough
- - name: bulk_gle_passthrough_WT
- - name: parallel
- - name: parallel_WT
- - name: parallel_compatibility
- - name: parallel_compatibility_WT
- - name: concurrency
- - name: concurrency_WT
- - name: concurrency_replication
- - name: concurrency_replication_WT
- - name: concurrency_sharded
- - name: concurrency_sharded_WT
- - name: concurrency_sharded_sccc
- - name: concurrency_sharded_sccc_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: sharding_csrs_upgrade
- - name: sharding_csrs_upgrade_WT
- - name: sharding_csrs_upgrade_auth_WT
- - name: sharding_legacy_multiversion
- - name: slow1
- - name: slow1_WT
- - name: slow2
- - name: slow2_WT
- - name: sharded_collections_jscore_passthrough
- - name: sharded_collections_jscore_passthrough_WT
- - name: sharding_jscore_passthrough
- - name: sharding_jscore_passthrough_WT
- - name: sharding_jscore_passthrough_wire_ops_WT
- - name: ssl
- - name: sslSpecial
- - name: tool
- - name: tool_WT
- - name: unittests
- - name: push
+ - name: unittests \ No newline at end of file