From c6787c97ab636031dfcfbefb3446277dde1fb75c Mon Sep 17 00:00:00 2001 From: jannaerin Date: Thu, 30 Apr 2020 16:58:34 -0400 Subject: SERVER-47864 Create sdam RSM build variant (cherry picked from commit d6eb2401c3cf011c15859f7c2ba6cd6a417aa0d8) --- etc/evergreen.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 5e3531b2a07..621e885c41a 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -12104,6 +12104,35 @@ buildvariants: - name: .sharding .jscore !.wo_snapshot !.multi_stmt - name: .sharding .common !.csrs +- name: enterprise-ubuntu-sdam-replica-set-monitor-1604-64-bit + display_name: "~ Enterprise Ubuntu 16.04 (with SdamReplicaSetMonitor)" + batchtime: 1440 # 1 day + run_on: + - ubuntu1604-test + modules: + - enterprise + expansions: + scons_cache_scope: shared + compile_flags: MONGO_DISTMOD=ubuntu1604 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars + test_flags: >- + --mongosSetParameters="{replicaSetMonitorProtocol: sdam}" + --mongodSetParameters="{replicaSetMonitorProtocol: sdam}" + --excludeWithAnyTags=requires_streamable_rsm + + tasks: + - name: compile_all_run_unittests_TG + distros: + - ubuntu1604-build + - 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: enterprise-ubuntu-task-executor-pool-size-1604-64-bit display_name: "~ Enterprise Ubuntu 16.04 (with {taskExecutorPoolSize: 4})" batchtime: 1440 # 1 day -- cgit v1.2.1