We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456b821 commit 605b694Copy full SHA for 605b694
.evergreen/generated_configs/variants.yml
@@ -449,7 +449,7 @@ buildvariants:
449
batchtime: 10080
450
- name: auth-oidc-local-ubuntu-22
451
tasks:
452
- - name: .auth_oidc_remote
+ - name: "!.auth_oidc_remote .auth_oidc"
453
display_name: Auth OIDC Local Ubuntu-22
454
run_on:
455
- ubuntu2204-small
.evergreen/scripts/generate_config.py
@@ -387,6 +387,7 @@ def create_oidc_auth_variants():
387
)
388
# Add a specific local test to run on PRs.
389
if host_name == "ubuntu22":
390
+ tasks = ["!.auth_oidc_remote .auth_oidc"]
391
variants.append(
392
create_variant(
393
tasks,
0 commit comments