diff options
-rw-r--r-- | etc/evergreen.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 4037378dd40..bba924a3707 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -2827,6 +2827,36 @@ buildvariants: - name: .sharding .jscore !.wo_snapshot !.multi_stmt - name: .sharding .common !.csrs +- name: enterprise-ubuntu-join-ingress-sessions-on-shutdown + display_name: "~ Enterprise Ubuntu 18.04 (with {joinIngressSessionsOnShutdown: \"true\"})" + run_on: + - ubuntu1804-test + modules: + - enterprise + expansions: + scons_cache_scope: shared + compile_flags: MONGO_DISTMOD=ubuntu1804 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars + multiversion_platform: ubuntu1804 + multiversion_edition: enterprise + test_flags: >- + --mongosSetParameters="joinIngressSessionsOnShutdown: \"true\"" + --mongodSetParameters="joinIngressSessionsOnShutdown: \"true\"" + large_distro_name: ubuntu1804-build + tasks: + - name: compile_test_and_package_serial_TG + distros: + - ubuntu1804-build + - name: build_variant_gen + - name: .aggregation !.no_async + - name: .sharding .auth + - name: .sharding .causally_consistent !.wo_snapshot + - name: .concurrency .common !.kill_terminate + - name: .integration !.audit + - name: .jscore .common + - name: .logical_session_cache .one_sec + - name: .sharding .jscore !.wo_snapshot !.multi_stmt + - name: .sharding .common !.csrs + - name: shared-scons-cache-pruning display_name: "Shared SCons Cache Pruning" cron: "0 12 * * *" # Every day starting at 12:00 |