diff options
author | Cristopher Stauffer <cristopher.stauffer@mongodb.com> | 2018-05-31 16:08:41 -0400 |
---|---|---|
committer | Cristopher Stauffer <cristopher.stauffer@mongodb.com> | 2018-06-01 10:24:56 -0400 |
commit | 19d78063c72bf448c0e49fad41ba6aa88a34ddb1 (patch) | |
tree | 5872782f90d1c854c039411ac83a1b1bf69d4d91 /etc | |
parent | 9c9af164a0e3a71716829174eadb1000edcd0a6a (diff) | |
download | mongo-19d78063c72bf448c0e49fad41ba6aa88a34ddb1.tar.gz |
SERVER-35281: Adding Community Support for zSeries RHEL 67
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index f77b6fd9578..881ba5bd38e 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -10638,6 +10638,39 @@ buildvariants: distros: - rhel62-large +- 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 + num_jobs_available: $(grep -c ^processor /proc/cpuinfo) + test_flags: --excludeWithAnyTags=requires_mmapv1 + 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 + gorootvars: 'PATH="/opt/go1.8/go/bin:/opt/mongodbtoolchain/v2/bin/:$PATH" GOROOT=/opt/go1.8/go CC=/opt/mongodbtoolchain/v2/bin/s390x-mongodb-linux-gcc' + build_mongoreplay: true + tooltags: "-tags ssl" + display_tasks: + - *unittests + tasks: + - name: compile_all_run_unittests_TG + distros: + - rhel67-zseries-build + - name: jsCore + - name: ssl + - name: push + distros: + - rhel62-large + ########################################### # Ubuntu buildvariants # ########################################### |