Skip to content

Commit 605b694

Browse files
committed
fix oidc tasks
1 parent 456b821 commit 605b694

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ buildvariants:
449449
batchtime: 10080
450450
- name: auth-oidc-local-ubuntu-22
451451
tasks:
452-
- name: .auth_oidc_remote
452+
- name: "!.auth_oidc_remote .auth_oidc"
453453
display_name: Auth OIDC Local Ubuntu-22
454454
run_on:
455455
- ubuntu2204-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ def create_oidc_auth_variants():
387387
)
388388
# Add a specific local test to run on PRs.
389389
if host_name == "ubuntu22":
390+
tasks = ["!.auth_oidc_remote .auth_oidc"]
390391
variants.append(
391392
create_variant(
392393
tasks,

0 commit comments

Comments
 (0)