Skip to content

Commit ae6e5fc

Browse files
committed
test: fix evg config
1 parent b60237e commit ae6e5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ tasks:
12831283
args:
12841284
- .evergreen/run-oidc-tests-k8s.sh
12851285

1286-
- name: "oidc-auth-test-k8s-latest-eks"
1286+
- name: "oidc-auth-test-k8s-latest-gke"
12871287
commands:
12881288
- func: "install dependencies"
12891289
- command: subprocess.exec

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ tasks:
12371237
- AWS_SESSION_TOKEN
12381238
args:
12391239
- .evergreen/run-oidc-tests-k8s.sh
1240-
- name: oidc-auth-test-k8s-latest-eks
1240+
- name: oidc-auth-test-k8s-latest-gke
12411241
commands:
12421242
- func: install dependencies
12431243
- command: subprocess.exec

0 commit comments

Comments
 (0)