SERVER-118934 Setup Write Path Timeseries PBT as passthrough suite (#48412)

GitOrigin-RevId: 36cd16b9ad40ea3083c5b4213cbdc0b806651870
This commit is contained in:
Benjamin Pearce
2026-02-27 16:24:41 -05:00
committed by MongoDB Bot
parent 8702466a4d
commit 450d6fdbd6
13 changed files with 43 additions and 16 deletions

View File

@@ -2408,6 +2408,20 @@ tasks:
vars:
suite: v1index_jscore_passthrough
- <<: *task_template
name: timeseries_write_pbt
tags:
[
"assigned_to_jira_team_server_execution",
"default",
"suggested_excluding_required__for_devprod_mitigation_only",
]
commands:
- func: "do setup"
- func: "run tests"
vars:
suite: timeseries_write_pbt
################################################
# Disagg Storage tasks #
################################################