diff options
author | Vitalii Lirnyk <vitalii.lirnyk@mongodb.com> | 2021-06-08 22:58:02 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-09 03:12:24 +0000 |
commit | a1f6788d1b48ecc62732f780b716d1f8848940ea (patch) | |
tree | 4589697f49f47f2dc309707b9413a9564143429e /etc | |
parent | e92664940640287874bf6d08940df26fee7bc2b8 (diff) | |
download | mongo-a1f6788d1b48ecc62732f780b716d1f8848940ea.tar.gz |
SERVER-50568 Platform Support: Remove Ubuntu18.04 zSeries from 5.0
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 9c29a74c6a4..5a439e40701 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -9283,87 +9283,6 @@ buildvariants: distros: - ubuntu1804-test -- name: ubuntu1804-s390x - display_name: Ubuntu 18.04 s390x - run_on: - - ubuntu1804-zseries-test - batchtime: 10080 # 7 days - expansions: - push_path: linux - push_bucket: downloads.mongodb.org - push_name: linux - push_arch: s390x-ubuntu1804 - compile_flags: --ssl --ocsp-stapling=off MONGO_DISTMOD=ubuntu1804 -j$(grep -c ^processor /proc/cpuinfo) CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars - test_flags: --excludeWithAnyTags=requires_ocsp_stapling - multiversion_platform: ubuntu1804 - multiversion_edition: targeted - multiversion_architecture: s390x - has_packages: true - packager_script: packager.py - packager_arch: s390x - packager_distro: ubuntu1804 - repo_edition: org - tasks: - - name: compile_all_run_unittests_TG - distros: - - ubuntu1804-zseries-build - - name: jsCore - - name: replica_sets_jscore_passthrough - - name: .publish - distros: - - ubuntu1804-test - -- name: enterprise-ubuntu1804-s390x - display_name: Enterprise Ubuntu 18.04 s390x - modules: - - enterprise - run_on: - - ubuntu1804-zseries-test - batchtime: 10080 # 7 days - stepback: false - expansions: - additional_package_targets: archive-mongocryptd archive-mongocryptd-debug - push_path: linux - push_bucket: downloads.10gen.com - push_name: linux - push_arch: s390x-enterprise-ubuntu1804 - compile_flags: --ssl --ocsp-stapling=off MONGO_DISTMOD=ubuntu1804 -j$(grep -c ^processor /proc/cpuinfo) CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars - test_flags: --excludeWithAnyTags=requires_ocsp_stapling - resmoke_jobs_max: 2 - has_packages: true - packager_script: packager_enterprise.py - packager_arch: s390x - packager_distro: ubuntu1804 - repo_edition: enterprise - multiversion_platform: ubuntu1804 - multiversion_architecture: s390x - multiversion_edition: enterprise - tasks: - - name: compile_all_run_unittests_TG - distros: - - ubuntu1804-zseries-build - - name: aggregation - - name: audit - - name: .auth !.multiversion !.jscore - - name: .misc_js - - name: .encrypt - - name: .integration !.audit - distros: - - ubuntu1804-zseries-build - - name: .jscore .common !.auth - - name: jsCore_op_query - - name: .read_write_concern - - name: replica_sets - - name: .replica_sets .common - - name: sasl - - name: .sharding .jscore !.wo_snapshot !.multi_stmt - - name: .sharding .common !.multiversion - - name: .sharding .txns - - name: snmp - - name: .publish - distros: - - ubuntu1804-test - - name: ubuntu2004 display_name: Ubuntu 20.04 run_on: |