Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 23, 2024
1 parent b0c2abb commit c29ac47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -949,25 +949,25 @@ tasks:
- 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: 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 c29ac47

Please sign in to comment.