Skip to content

Commit

Permalink
ci: enable tests with kubernetes v1.27 (nightly) (#853)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 18, 2023
1 parent a301b81 commit 1a08950
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .pipelines/nightly.yaml
Expand Up @@ -135,12 +135,14 @@ jobs:
value: "true"
strategy:
matrix:
kind_v1_24_7:
KIND_NODE_VERSION: v1.24.7
kind_v1_25_3:
KIND_NODE_VERSION: v1.25.3
kind_v1_26_0:
KIND_NODE_VERSION: v1.26.0
kind_v1_24_12:
KIND_NODE_VERSION: v1.24.12
kind_v1_25_8:
KIND_NODE_VERSION: v1.25.8
kind_v1_26_3:
KIND_NODE_VERSION: v1.26.3
kind_v1_27_1:
KIND_NODE_VERSION: v1.27.1
steps:
- script: make test-e2e
displayName: Webhook E2E test suite
Expand Down
4 changes: 2 additions & 2 deletions .pipelines/pr.yaml
Expand Up @@ -100,8 +100,8 @@ jobs:
KIND_NODE_VERSION: v1.26.3
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
kind_v1_27_0:
KIND_NODE_VERSION: v1.27.0
kind_v1_27_1:
KIND_NODE_VERSION: v1.27.1
LOCAL_ONLY: "true"
TEST_HELM_CHART: "true"
steps:
Expand Down

0 comments on commit 1a08950

Please sign in to comment.