Skip to content

Commit

Permalink
ci: update kubernetes versions in tests (#5664)
Browse files Browse the repository at this point in the history
* ci(k8s): run tests with k8s 1.28 and 1.29

* ci: cleanup

* ci: remove tests for too old k8s versions

* ci: remove intersecting tests for k8s 1.24

chore: update

* ci: run test plugins with the latest `kind/node` image
  • Loading branch information
vvagaytsev authored Jan 25, 2024
1 parent b42973b commit a4d8d0b
Showing 1 changed file with 9 additions and 30 deletions.
39 changes: 9 additions & 30 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,11 +1307,6 @@ workflows:
# variant and k8s version would be quite expensive, so we try and make sure each of the latest 6-7 k8s versions is
# tested, and that the most recent versions are broadly tested. The kind tests are the cheapest to run so we use many
# of those, but they currently don't test in-cluster building, so we do need a range of versions on minikube as well.
- test-minikube:
name: vm-1.22-minikube
requires: [build]
kubernetesVersion: "1.22.2"
minikubeVersion: "v1.25.2"
- test-minikube:
name: vm-1.23-minikube
requires: [build]
Expand All @@ -1329,40 +1324,24 @@ workflows:
name: vm-1.26-microk8s
requires: [build]
kubernetesVersion: "1.26"
- test-kind:
name: vm-1.21-kind
requires: [build]
kindNodeImage: kindest/node:v1.21.14@sha256:27ef72ea623ee879a25fe6f9982690a3e370c68286f4356bf643467c552a3888
# - test-kind:
# name: vm-1.22-kind
# requires: [build]
# kindNodeImage: kindest/node:v1.22.17@sha256:c8a828709a53c25cbdc0790c8afe12f25538617c7be879083248981945c38693
# - test-kind:
# name: vm-1.23-kind
# requires: [build]
# kindNodeImage: kindest/node:v1.23.17@sha256:e5fd1d9cd7a9a50939f9c005684df5a6d145e8d695e78463637b79464292e66c
- test-kind:
name: vm-1.24-kind
requires: [build]
kindNodeImage: kindest/node:v1.24.12@sha256:1e12918b8bc3d4253bc08f640a231bb0d3b2c5a9b28aa3f2ca1aee93e1e8db16
# - test-kind:
# name: vm-1.25-kind
# requires: [build]
# kindNodeImage: kindest/node:v1.25.8@sha256:00d3f5314cc35327706776e95b2f8e504198ce59ac545d0200a89e69fce10b7f
- test-kind:
name: vm-1.26-kind
requires: [build]
kindNodeImage: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f
- test-k3s:
name: vm-1.27-k3s
requires: [build]
# version v1.27.4+k3s1 fails with this issue https://github.com/moby/moby/issues/45935
k3sVersion: v1.27.2+k3s1
- test-kind:
name: vm-1.28-kind
requires: [build]
kindNodeImage: kindest/node:v1.28.0@sha256:9f3ff58f19dcf1a0611d11e8ac989fdb30a28f40f236f59f0bea31fb956ccf5c
- test-kind:
name: vm-1.29-kind
requires: [build]
kindNodeImage: kindest/node:v1.29.0@sha256:54a50c9354f11ce0aa56a85d2cacb1b950f85eab3fe1caf988826d1f89bf37eb

- test-plugins:
<<: *only-internal-prs
requires: [build]
kindNodeImage: kindest/node:v1.21.14@sha256:27ef72ea623ee879a25fe6f9982690a3e370c68286f4356bf643467c552a3888
kindNodeImage: kindest/node:1.29.0@sha256:54a50c9354f11ce0aa56a85d2cacb1b950f85eab3fe1caf988826d1f89bf37eb

# This is only for edge release (Overrides version to edge-bonsai)
- build:
Expand Down

0 comments on commit a4d8d0b

Please sign in to comment.