diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-01-15 14:58:57 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-01-15 17:13:31 -0500 |
commit | 3c287ede73fe151729b5fec4801b367453c9f86d (patch) | |
tree | 54124f89ad93296d3a645e7612a8f46edf4c2f14 /etc | |
parent | 5492a19aaf5fb02856cfe7d711c249472f84ccfc (diff) | |
download | mongo-3c287ede73fe151729b5fec4801b367453c9f86d.tar.gz |
SERVER-22145 ppc64le - add to evergreen
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index e5caed4aec2..9c05a0f6d64 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -71,6 +71,7 @@ variables: - enterprise-suse12-64 - enterprise-ubuntu1204-64 - enterprise-ubuntu1404-64 + - enterprise-ubuntu1504-ppc64le - enterprise-debian71-64 - linux-32 - linux-64 @@ -95,6 +96,7 @@ variables: - enterprise-suse12-64 - enterprise-ubuntu1204-64 - enterprise-ubuntu1404-64 + - enterprise-ubuntu1504-ppc64le - enterprise-debian71-64 - rhel55 - rhel62 @@ -4395,6 +4397,128 @@ buildvariants: distros: - rhel55-test +- name: enterprise-ubuntu1504-ppc64le + display_name: Enterprise Ubuntu 15.04 PPC64LE + modules: + - enterprise + run_on: + - ubuntu-1504-power8-build + batchtime: 2880 # 2 days + stepback: false + expansions: + compile_flags: --ssl MONGO_DISTMOD=ubuntu1504 --release -j8 --allocator=system CCFLAGS="-mcpu=power8 -mtune=power8 -mcmodel=medium" + num_jobs_available: 4 + test_flags: --continueOnFailure --excludeWithAnyTags=requires_ssl_mongo_tools + has_packages: true + packager_script: packager-enterprise.py + packager_arch: ppc64le + packager_distro: ubuntu1504 + tasks: + - name: compile + - name: aggregation + - name: aggregation_WT + - name: aggregation_WT_ese + - name: aggregation_auth + - name: aggregation_read_concern_majority_passthrough_WT + - 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: httpinterface + - 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_minimum_batch_size_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: mmap + - name: mongosTest + - 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: 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_csrs_continuous_config_stepdown_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: sharding_legacy_op_query_WT + - name: sharding_op_query_WT + - 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: push + distros: + - rhel55-test + ########################################### # SUSE buildvariants # ########################################### |