diff options
author | Geert Bosch <geert@mongodb.com> | 2015-11-02 13:01:26 -0500 |
---|---|---|
committer | Geert Bosch <geert@mongodb.com> | 2015-11-03 00:16:43 -0500 |
commit | 6262a4f016ebd159a83712d0d1b550af39212c3e (patch) | |
tree | c0350ffaceb620083e870a4d9a0dc89f7df7a78f /etc | |
parent | 42d0577042dbc4b63e54eb40765c052baafed555 (diff) | |
download | mongo-6262a4f016ebd159a83712d0d1b550af39212c3e.tar.gz |
Disable LSM in evergreen for now
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 836333fdb6e..79375f2de65 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -2349,56 +2349,6 @@ buildvariants: - name: tool - name: unittests -- name: linux-64-lsm - stepback: false - display_name: Linux LSM - run_on: - - rhel55 - - rhel55-test - batchtime: 1440 # 1 day - expansions: - gitvars: LD_LIBRARY_PATH=/opt/openssl/lib64 #needed to workaround the old openSSL on rhel55 builders. - gorootvars: GOROOT=/opt/go PATH="/opt/go/bin:$PATH" - compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release - num_jobs_available: $(grep -c ^processor /proc/cpuinfo) - test_flags: --continueOnFailure --wiredTigerCollectionConfig=type=lsm --wiredTigerIndexConfig=type=lsm - tasks: - - name: compile - distros: - - rhel55 - - name: aggregation_WT - - name: auth_WT - - name: dbtest_WT - - name: gle_auth_WT - - name: gle_auth_write_cmd_WT - - name: gle_auth_basics_passthrough_WT - - name: gle_auth_basics_passthrough_write_cmd_WT - - name: sharding_gle_auth_basics_passthrough_WT - - name: sharding_gle_auth_basics_passthrough_write_cmd_WT - - name: jsCore_WT - - name: jsCore_compatibility_WT - - name: jsCore_small_oplog_WT - - name: jsCore_small_oplog_rs_WT - - name: jstestfuzz - - name: noPassthrough_WT - - name: noPassthroughWithMongod_WT - - name: bulk_gle_passthrough_WT - - name: parallel_WT - - name: parallel_compatibility_WT - - name: concurrency_WT - - name: concurrency_replication_WT - - name: concurrency_sharded_WT - - name: replicasets_WT - - name: replication_WT - - name: sharding_WT - - name: slow1_WT - - name: slow2_WT - - name: sharded_collections_jscore_passthrough_WT - - name: sharding_jscore_passthrough_WT - - name: sharding_jscore_passthrough_wire_ops_WT - - name: tool_WT - - name: unittests - - name: ubuntu1204 display_name: SSL Ubuntu 12.04 modules: ~ |