summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml3
-rw-r--r--etc/evergreen_yml_components/definitions.yml4
2 files changed, 5 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 18acc9b7927..a59ec017161 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1200,6 +1200,7 @@ buildvariants:
- name: .causally_consistent !.sharding
- name: .change_streams
- name: .change_stream_fuzzer
+ # TODO SERVER-57866: Remove the explicit mentions of change stream multitenant suites.
- name: change_streams_multitenant_passthrough
- name: change_streams_multitenant_sharded_collections_passthrough
- name: .misc_js
@@ -1852,6 +1853,7 @@ buildvariants:
- name: .causally_consistent !.sharding
- name: .change_streams
- name: .change_stream_fuzzer
+ # TODO SERVER-57866: Remove the explicit mentions of change stream multitenant suites.
- name: change_streams_multitenant_passthrough
- name: change_streams_multitenant_sharded_collections_passthrough
- name: cqf
@@ -2091,6 +2093,7 @@ buildvariants:
- name: cqf_parallel
- name: .causally_consistent !.wo_snapshot
- name: .change_streams
+ # TODO SERVER-57866: Remove the explicit mentions of change stream multitenant suites.
- name: change_streams_multitenant_passthrough
- name: change_streams_multitenant_sharded_collections_passthrough
- name: disk_wiredtiger
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index cc62dc05f7a..9b305aa4bca 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -4934,14 +4934,14 @@ tasks:
- <<: *task_template
name: change_streams_multitenant_passthrough
- tags: ["change_streams"]
+ tags: [] # TODO SERVER-57866: Add the "change_streams" tag here.
commands:
- func: "do setup"
- func: "run tests"
- <<: *task_template
name: change_streams_multitenant_sharded_collections_passthrough
- tags: ["change_streams"]
+ tags: [] # TODO SERVER-57866: Add the "change_streams" tag here.
commands:
- func: "do setup"
- func: "run tests"