From 146311aeb40f9ac573277f4ef2c2342530755124 Mon Sep 17 00:00:00 2001 From: John Chen Date: Tue, 23 Mar 2021 14:55:39 -0400 Subject: [PATCH] SERVER-50560 Add Ubuntu 18.04 Container --- etc/evergreen.yml | 20 ++++++++++++++++++++ etc/generate_subtasks_config.yml | 1 + 2 files changed, 21 insertions(+) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 51c30a81041..b62332e7bca 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -10803,6 +10803,26 @@ buildvariants: - name: .stitch - name: unittest_shell_hang_analyzer_gen +- name: ubuntu1804-container + display_name: "Ubuntu 18.04 Container" + run_on: + - ubuntu1804-container-server + expansions: + resmoke_jobs_factor: 1 + disable_shared_scons_cache: true + compile_flags: MONGO_DISTMOD=ubuntu1804 --opt=on -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars + tooltags: "" + build_mongoreplay: true + test_flags: >- + --excludeWithAnyTags=requires_os_access + tasks: + - name: compile_and_archive_dist_test_then_package_TG + distros: + - ubuntu1804-build + - name: jsCore + - name: sharding_gen + - name: replica_sets + - name: rhel70 display_name: RHEL 7.0 run_on: diff --git a/etc/generate_subtasks_config.yml b/etc/generate_subtasks_config.yml index 6e66ad582f7..7d3882ca8c0 100644 --- a/etc/generate_subtasks_config.yml +++ b/etc/generate_subtasks_config.yml @@ -37,6 +37,7 @@ build_variant_large_distro_exceptions: - suse15 - ubi8 - ubuntu1604-container + - ubuntu1804-container - ubuntu1604-debug - ubuntu1804-debug-asan - ubuntu1804-debug-asan-all-feature-flags