Skip to content

Commit f55f031

Browse files
committed
fix oidc handling
1 parent cdd0f04 commit f55f031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,14 @@ buildvariants:
450450
tags: [pr]
451451
- name: auth-oidc-macos
452452
tasks:
453-
- name: "!.auth_oidc_remote"
453+
- name: "!.auth_oidc_remote .auth_oidc"
454454
display_name: Auth OIDC macOS
455455
run_on:
456456
- macos-14
457457
batchtime: 10080
458458
- name: auth-oidc-win64
459459
tasks:
460-
- name: "!.auth_oidc_remote"
460+
- name: "!.auth_oidc_remote .auth_oidc"
461461
display_name: Auth OIDC Win64
462462
run_on:
463463
- windows-64-vsMulti-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def create_oidc_auth_variants():
375375
if host_name == "ubuntu22":
376376
tasks = [".auth_oidc_remote"]
377377
else:
378-
tasks = ["!.auth_oidc_remote"]
378+
tasks = ["!.auth_oidc_remote .auth_oidc"]
379379
host = HOSTS[host_name]
380380
variants.append(
381381
create_variant(

0 commit comments

Comments
 (0)