summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2020-04-30 16:58:34 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-06 18:18:51 +0000
commitc6787c97ab636031dfcfbefb3446277dde1fb75c (patch)
tree008b373c343caaf03780c9c634bdb4ef82b27a4d
parent5fdc82329bb92d7887e6b6b57725e52d668b1823 (diff)
downloadmongo-c6787c97ab636031dfcfbefb3446277dde1fb75c.tar.gz
SERVER-47864 Create sdam RSM build variant
(cherry picked from commit d6eb2401c3cf011c15859f7c2ba6cd6a417aa0d8)
-rw-r--r--etc/evergreen.yml29
1 files changed, 29 insertions, 0 deletions
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