Skip to content

Commit

Permalink
TEST/MEDIUM: use k8s 1.30 as main version
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed May 20, 2024
1 parent c3cd22c commit d55bc16
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
e2e:
strategy:
matrix:
k8s-version: ['v1.29.1']
k8s-version: ['v1.30.0']
needs: ["build"]
runs-on: ubuntu-latest
steps:
Expand All @@ -152,7 +152,7 @@ jobs:
name: dev
config: deploy/tests/kind-config.yaml
image: kindest/node:${{ matrix.k8s-version }}
version: v0.21.0
version: v0.23.0
- name: Setup
run: CI_ENV=github deploy/tests/create.sh
- name: Run parallel e2e tests
Expand Down
22 changes: 11 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ stages:
- unit-tests
- build
- e2e-tests
- e2e_k8s_27
- e2e_k8s_28
- e2e_k8s_29
- e2e_k8s_30
variables:
KIND: v0.21.0
KIND: v0.23.0
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
GO_VERSION: "1.22"
DOCKER_VERSION: "24.0.6"
DOCKER_VERSION: "26.0"
diff:
stage: diff
rules:
Expand Down Expand Up @@ -205,14 +205,6 @@ docker-build:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
allow_failure: true
e2e_k8s_27:
stage: e2e_k8s_27
needs: ["docker-build"]
variables:
K8S_VERSION: v1.27.10
KUBEADM_VER: v1beta3
KUBECTL: v1.27.0
extends: .kind_deployment_schedules
e2e_k8s_28:
stage: e2e_k8s_28
needs: ["docker-build"]
Expand All @@ -228,4 +220,12 @@ e2e_k8s_29:
K8S_VERSION: v1.29.1
KUBEADM_VER: v1beta3
KUBECTL: v1.29.0
extends: .kind_deployment_schedules
e2e_k8s_30:
stage: e2e_k8s_30
needs: ["docker-build"]
variables:
K8S_VERSION: v1.30.0
KUBEADM_VER: v1beta3
KUBECTL: v1.30.0
extends: .kind_deployment
2 changes: 1 addition & 1 deletion deploy/tests/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networking:
kind: Cluster
nodes:
- role: control-plane
image: kindest/node:v1.29.1
image: kindest/node:v1.30.0
extraPortMappings:
- hostPort: 30080
containerPort: 30080
Expand Down

0 comments on commit d55bc16

Please sign in to comment.