diff options
author | Ian Whalen <ian.whalen@gmail.com> | 2015-10-13 09:46:45 -0400 |
---|---|---|
committer | Ian Whalen <ian.whalen@gmail.com> | 2015-10-16 17:52:01 -0400 |
commit | b87d2508b82d8e27a78445ff72a3890daa21a5b6 (patch) | |
tree | 44f2dfaeddf95969756c9dac3404e71a09027b9e /etc | |
parent | 7cf6b9bf5a47f1446be71105a4186be924e20a85 (diff) | |
download | mongo-b87d2508b82d8e27a78445ff72a3890daa21a5b6.tar.gz |
SERVER-20885 Add Enterprise Linux buildvariant running all test suites
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index fbc40acaa29..e4f3c567b82 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -2179,6 +2179,127 @@ buildvariants: distros: - rhel55-test +- name: enterprise-linux-64 + display_name: Enterprise Linux + modules: + - enterprise + run_on: + - rhel62-test + expansions: + tooltags: "-tags 'ssl sasl'" + push_path: linux + push_bucket: downloads.10gen.com + push_name: linux + push_arch: x86_64 + compile_flags: --ssl --release -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ + num_jobs_available: $(grep -c ^processor /proc/cpuinfo) + test_flags: --continueOnFailure + tasks: + - name: compile + <<: *MAX_PRIORITY + distros: + - rhel62-build + - name: lint + - name: aggregation + - name: aggregation_WT + - name: aggregation_auth + - name: audit + - name: audit_WT + - name: auth + - name: auth_WT + - name: auth_audit + - name: auth_audit_WT + - name: bulk_gle_passthrough + - name: bulk_gle_passthrough_WT + - name: concurrency + - name: concurrency_WT + - name: concurrency_replication + - name: concurrency_replication_WT + - name: concurrency_sharded + - name: concurrency_sharded_WT + - name: dbtest + - name: dbtest_WT + - name: disk + - name: dur_jscore_passthrough + - name: durability + - name: ese_WT + - name: failpoints + - name: failpoints_auth + - name: gle_auth + - name: gle_auth_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: gle_auth_write_cmd + - name: gle_auth_write_cmd_WT + - name: integration_tests_replset + - name: integration_tests_standalone + - name: jsCore + - name: jsCore_WT + - name: jsCore_WT_ese + - name: jsCore_auth + - name: jsCore_compatibility + - name: jsCore_compatibility_WT + - name: jsCore_op_query + - name: jsCore_op_query_WT + - name: jsCore_small_oplog + - name: jsCore_small_oplog_WT + - name: jsCore_small_oplog_rs + - name: jsCore_small_oplog_rs_WT + - name: jsDecimalCore + - name: jsDecimalCore_WT + - name: jstestfuzz + - name: mmap + - name: mongosTest + - name: multiversion + - name: noPassthrough + - name: noPassthroughWithMongod + - name: noPassthroughWithMongod_WT + - name: noPassthrough_WT + - name: parallel + - name: parallel_WT + - name: parallel_compatibility + - name: parallel_compatibility_WT + - name: read_concern_majority_passthrough_WT + - name: replicasets + - name: replicasets_WT + - name: replicasets_WT_ese + - name: replicasets_auth + - name: replicasets_legacy + - name: replication + - name: replication_WT + - name: replication_auth + - name: rlp + - name: rlp_WT + - name: sasl + - name: sharded_collections_jscore_passthrough + - name: sharded_collections_jscore_passthrough_WT + - name: sharding + - name: sharding_WT + - name: sharding_WT_ese + - name: sharding_auth + - name: sharding_auth_audit_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: sharding_jscore_passthrough + - name: sharding_jscore_passthrough_WT + - name: sharding_jscore_passthrough_wire_ops_WT + - name: sharding_legacy + - name: slow1 + - name: slow1_WT + - name: slow2 + - name: slow2_WT + - name: snmp + - name: snmp_WT + - name: ssl + - name: sslSpecial + - name: tool + - name: tool_WT + - name: unittests + - name: linux-64-repeated-execution stepback: false display_name: ~ Linux Repeated Execution |