From f99b98821e1dca1e2c0c7f4ff0e1796e75503f55 Mon Sep 17 00:00:00 2001 From: Kelsey T Schubert Date: Tue, 29 Oct 2019 19:26:46 +0000 Subject: SERVER-37766 Platform Support: Remove Community zSeries From 4.0 --- etc/evergreen.yml | 140 ------------------------------------------------------ 1 file changed, 140 deletions(-) (limited to 'etc') diff --git a/etc/evergreen.yml b/etc/evergreen.yml index c513e4f5270..cb226e05748 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -8058,42 +8058,6 @@ buildvariants: distros: - ubuntu1604-test -- name: ubuntu1804-s390x - display_name: SSL 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 MONGO_DISTMOD=ubuntu1804 --release --jlink=3 -j$(grep -c ^processor /proc/cpuinfo) CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_gcc.vars - test_flags: --excludeWithAnyTags=requires_mmapv1 - 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 - tooltags: "ssl" - build_mongoreplay: true - display_tasks: - - *dbtest - - *unittests - tasks: - - name: compile_all_run_unittests_TG - distros: - - ubuntu1804-zseries-build - - name: jsCore - - name: replica_sets_jscore_passthrough - - name: ssl_gen - - name: push - distros: - - ubuntu1804-test - - name: enterprise-ubuntu1804-s390x display_name: Enterprise Ubuntu 18.04 s390x modules: @@ -10861,72 +10825,6 @@ buildvariants: distros: - rhel62-large -- name: rhel-72-s390x - display_name: SSL RHEL 7.2 s390x - run_on: - - rhel72-zseries-test - batchtime: 1440 # 1 day - expansions: - compile_flags: --ssl MONGO_DISTMOD=rhel72 --release -j3 CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_gcc.vars - test_flags: --excludeWithAnyTags=requires_mmapv1 - has_packages: true - packager_script: packager.py - packager_arch: s390x - packager_distro: rhel72 - push_path: linux - push_bucket: downloads.mongodb.org - push_name: linux - push_arch: s390x-rhel72 - repo_edition: org - build_mongoreplay: true - tooltags: "ssl" - display_tasks: - - *dbtest - - *unittests - tasks: - - name: compile_all_run_unittests_TG - distros: - - rhel72-zseries-build - - name: jsCore - - name: replica_sets_jscore_passthrough - - name: ssl_gen - - name: push - distros: - - rhel70 - -- name: rhel-67-s390x - display_name: SSL RHEL 6.7 s390x - run_on: - - rhel67-zseries-test - batchtime: 1440 # 1 day - expansions: - compile_flags: --ssl MONGO_DISTMOD=rhel67 --release -j3 CCFLAGS="-march=z9-109 -mtune=z10" --variables-files=etc/scons/mongodbtoolchain_gcc.vars --use-s390x-crc32=off - test_flags: --excludeWithAnyTags=requires_mmapv1,blacklist_from_rhel_67_s390x - has_packages: true - packager_script: packager.py - packager_arch: s390x - packager_distro: rhel67 - push_path: linux - push_bucket: downloads.mongodb.org - push_name: linux - push_arch: s390x-rhel67 - repo_edition: org - build_mongoreplay: true - tooltags: "ssl" - display_tasks: - - *dbtest - - *unittests - tasks: - - name: compile_all_run_unittests_TG - distros: - - rhel67-zseries-build - - name: jsCore - - name: ssl_gen - - name: replica_sets_jscore_passthrough - - name: push - distros: - - rhel62-large - ########################################### # Ubuntu buildvariants # ########################################### @@ -11374,44 +11272,6 @@ buildvariants: distros: - suse12-test -- name: suse12-s390x - display_name: SSL SLES 12 s390x - run_on: - - suse12-zseries-test - batchtime: 10080 # 7 days - stepback: false - expansions: - push_path: linux - push_bucket: downloads.mongodb.org - push_name: linux - push_arch: s390x-suse12 - compile_flags: --ssl MONGO_DISTMOD=suse12 --release -j3 CCFLAGS="-march=z196 -mtune=zEC12" --variables-files=etc/scons/mongodbtoolchain_gcc.vars - test_flags: --excludeWithAnyTags=requires_mmapv1 - has_packages: true - packager_script: packager.py - packager_arch: s390x - packager_distro: suse12 - repo_edition: org - tooltags: "ssl sasl" - build_mongoreplay: true - multiversion_platform: suse12 - multiversion_architecture: s390x - multiversion_edition: targeted - display_tasks: - - *dbtest - - *unittests - tasks: - - name: compile_all_run_unittests_TG - distros: - - suse12-zseries-build - - name: jsCore - - name: replica_sets_jscore_passthrough - - name: ssl_gen - - name: push - distros: - - suse12-test - - - name: suse12 display_name: SSL SUSE 12 run_on: -- cgit v1.2.1