mongo/etc/burn_in_tests.yml
Daniel Gil b667e47712 SERVER-122557: Ensure streams js tests are added to a suite (#50997)
GitOrigin-RevId: bd31b4fa0500dae49706cfa6c6d6400475dd15e5
2026-04-02 15:15:34 +00:00

33 lines
1.5 KiB
YAML

# This file is used to exclude suites, tasks or tests from running in the burn_in_test task.
selector:
js_test:
# Exclude list of resmoke.py suite names or resmoke_suite_test target names.
exclude_suites:
# Requires an HTTP server to be running in the background.
- queryable_wt
# When splitting into multiple suites, each suite will need
# its own broker
- streams_kafka
# This suite requires sidecar containers.
- streams_aspio
- streams_aspio_iceberg_0
- streams_aspio_iceberg_1
- streams_aspio_iceberg_2
- streams_aspio_iceberg_3
- streams_aspio_iceberg_4
- streams_aspio_iceberg_large
- streams_aspio_iceberg_5
- streams_aspio_utilities
- streams_aspio_pubsub
# Exclude list of etc/evergreen.yml task names.
exclude_tasks:
# Exclude list of jstests file names.
exclude_tests:
# Requires external_auth_oidc.sh to run beforehand.
- src/mongo/db/modules/enterprise/jstests/external_auth_oidc/oidc_e2e_okta.js
# Requires external_auth_azure_setup.sh to run before, and external_auth_azure_teardown.sh to run after
- src/mongo/db/modules/enterprise/jstests/external_auth_oidc_azure/oidc_e2e_azure.js
- src/mongo/db/modules/enterprise/jstests/external_auth_oidc_azure/oidc_e2e_azure_machine.js
# Requires external_auth_gcp_setup.sh to run before and external_auth_gcp_teardown.sh to run after
- src/mongo/db/modules/enterprise/jstests/external_auth_oidc_gcp/oidc_e2e_gcp_machine.js