Skip to content

Commit

Permalink
update aks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 25, 2024
1 parent 4f776c1 commit ea85676
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -946,12 +946,12 @@ tasks:
- name: "test-oidc-k8s-atlas"
tags: ["latest", "oidc"]
commands:
# - func: "run oidc k8s atlas test"
# vars:
# VARIANT: eks
# - func: "run oidc k8s atlas test"
# vars:
# VARIANT: gke
- func: "run oidc k8s atlas test"
vars:
VARIANT: eks
- func: "run oidc k8s atlas test"
vars:
VARIANT: gke
- func: "run oidc k8s atlas test"
vars:
VARIANT: aks
Expand All @@ -962,12 +962,13 @@ tasks:
- func: "run oidc k8s local test"
vars:
VARIANT: eks
# - func: "run oidc k8s local test"
# vars:
# VARIANT: gke
- func: "run oidc k8s local test"
vars:
VARIANT: aks
VARIANT: gke
# TODO: This still has to be implemented.
# - func: "run oidc k8s local test"
# vars:
# VARIANT: aks

- name: "test-install-binaries"
tags: ["pr"]
Expand Down

0 comments on commit ea85676

Please sign in to comment.