forked from mongodb/mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathburn_in_tests.yml
18 lines (18 loc) · 1.02 KB
/
burn_in_tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
# 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