From 7857db1be27eff695394381d022e1640a7c48444 Mon Sep 17 00:00:00 2001 From: Jonathan Reams Date: Thu, 17 Mar 2016 10:51:37 -0400 Subject: SERVER-23121 Fix RHEL ppc64le distro specifics and remove ubuntu1504 distro --- etc/evergreen.yml | 137 ++---------------------------------------------------- 1 file changed, 3 insertions(+), 134 deletions(-) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 6d7346e5f93..51fd62bdbce 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -67,11 +67,11 @@ variables: - enterprise-rhel-57-64-bit - enterprise-rhel-62-64-bit - enterprise-rhel-70-64-bit + - enterprise-rhel-71-ppc64le - enterprise-suse11-64 - enterprise-suse12-64 - enterprise-ubuntu1204-64 - enterprise-ubuntu1404-64 - - enterprise-ubuntu1504-ppc64le - enterprise-debian71-64 - enterprise-debian81-64 - linux-32 @@ -94,11 +94,11 @@ variables: - enterprise-rhel-57-64-bit - enterprise-rhel-62-64-bit - enterprise-rhel-70-64-bit + - enterprise-rhel-71-ppc64le - enterprise-suse11-64 - enterprise-suse12-64 - enterprise-ubuntu1204-64 - enterprise-ubuntu1404-64 - - enterprise-ubuntu1504-ppc64le - enterprise-debian71-64 - enterprise-debian81-64 - rhel55 @@ -4430,7 +4430,7 @@ buildvariants: distros: - rhel55-test -- name: enterprise-rhel71-ppc64le +- name: enterprise-rhel-71-ppc64le display_name: Enterprise RHEL 7.1 PPC64LE modules: - enterprise @@ -4665,137 +4665,6 @@ 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: - tooltags: -gccgoflags '-static-libgo' - compile_flags: --ssl MONGO_DISTMOD=ubuntu1504 --release -j8 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 - push_path: linux - push_bucket: downloads.10gen.com - push_name: linux - push_arch: ppc64le-enterprise-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: concurrency_simultaneous - - name: concurrency_simultaneous_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: read_only - - name: read_only_WT - - name: read_only_sharded - - name: read_only_sharded_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_op_query_WT - - name: slow1 - - name: slow1_WT - - name: serial_run - - name: serial_run_WT - - name: snmp - - name: snmp_WT - - name: ssl - - name: sslSpecial - - name: tool - - name: tool_WT - - name: unittests - - name: push - distros: - - rhel55-test - ########################################### # SUSE buildvariants # ########################################### -- cgit v1.2.1