mirror of https://github.com/mongodb/mongo
29 lines
1.3 KiB
YAML
29 lines
1.3 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.
|
|
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
|
|
# 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
|