Skip to content

Commit

Permalink
test aks
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 25, 2024
1 parent 1078b54 commit 4f776c1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -946,28 +946,28 @@ 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: aks
# VARIANT: eks
# - func: "run oidc k8s atlas test"
# vars:
# VARIANT: gke
- func: "run oidc k8s atlas test"
vars:
VARIANT: aks

- name: "test-oidc-k8s-local"
tags: ["latest", "oidc", "pr"]
commands:
- 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
- func: "run oidc k8s local test"
vars:
VARIANT: aks

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

0 comments on commit 4f776c1

Please sign in to comment.