diff options
author | Kelsey Schubert <kelsey@mongodb.com> | 2019-04-23 13:53:39 -0400 |
---|---|---|
committer | Kelsey Schubert <kelsey@mongodb.com> | 2019-04-23 13:53:39 -0400 |
commit | e4d5ed2ed6f2f6f460b35f0aed39e5443c55fcea (patch) | |
tree | 9209995e0f7a466d302a3a713da50ff5219c41fb | |
parent | 45bbf1519ba598a26350699a6c4703b8617b489d (diff) | |
download | mongo-e4d5ed2ed6f2f6f460b35f0aed39e5443c55fcea.tar.gz |
SERVER-37774 Platform Support: Remove Enterprise Ubuntu 16.04 PPCLE
-rw-r--r-- | etc/evergreen.yml | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 60f199f334e..af6616121bb 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4174,85 +4174,6 @@ buildvariants: distros: - ubuntu1604-test -- name: enterprise-ubuntu1604-ppc64le - display_name: Enterprise Ubuntu 16.04 PPC64LE - modules: - - enterprise - run_on: - - ubuntu1604-power8-test - batchtime: 1440 # 1 day - expansions: - push_path: linux - push_bucket: downloads.10gen.com - push_name: linux - push_arch: ppc64le-enterprise-ubuntu1604 - compile_flags: --ssl MONGO_DISTMOD=ubuntu1604 -j$(echo "$(grep -c processor /proc/cpuinfo)/2" | bc) --release CCFLAGS="-mcpu=power8 -mtune=power8 -mcmodel=medium" CC=/opt/mongodbtoolchain/v2/bin/gcc CXX=/opt/mongodbtoolchain/v2/bin/g++ OBJCOPY=/opt/mongodbtoolchain/v2/bin/objcopy - num_jobs_available: 2 - variant_excluded_flags: requires_mmapv1,blacklist_from_ppc64le - has_packages: true - packager_script: packager-enterprise.py - packager_arch: ppc64le - packager_distro: ubuntu1604 - repo_edition: enterprise - tooltags: "ssl sasl" - build_mongoreplay: true - tasks: - - name: compile - distros: - - ubuntu1604-power8-build - - name: compile_all - distros: - - ubuntu1604-power8-build - - name: aggregation_WT - - name: aggregation_auth - - name: auth_WT - - name: dbtest_WT - - name: failpoints - - name: failpoints_auth - - 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_compression - - name: jsCore_decimal_WT - - name: jstestfuzz_WT - - name: jstestfuzz_concurrent_WT - - name: jstestfuzz_concurrent_replication_WT - - name: jstestfuzz_concurrent_sharded_WT - - name: jstestfuzz_replication_WT - - name: jstestfuzz_sharded_WT - - name: mongosTest - - 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: concurrency_simultaneous_WT - - name: replica_sets_WT - - name: replica_sets_auth - - name: replica_sets_jscore_passthrough_WT - - name: master_slave_WT - - name: master_slave_auth - - name: master_slave_jscore_passthrough_WT - - name: sharding_WT - - name: sharding_auth - - name: slow1_WT - - name: serial_run_WT - - name: sharding_jscore_passthrough_WT - - name: ssl - - name: sslSpecial - - name: tool_WT - - name: push - distros: - - ubuntu1604-test - - name: enterprise-ubuntu1604-s390x display_name: Enterprise Ubuntu 16.04 s390x modules: |