0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/etc/burn_in_tests.yml
Alex Neben b665258d9d SERVER-88970 Added yaml formatting to server repo
GitOrigin-RevId: 35db3811d8f749edd5b79ba910adcbc1ceb54cc4
2024-04-06 05:23:20 +00:00

17 lines
954 B
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:
# 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