Skip to content

Commit

Permalink
do not update kind
Browse files Browse the repository at this point in the history
  • Loading branch information
kobzonega committed Jun 14, 2024
1 parent 1774762 commit 3661a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential
go install sigs.k8s.io/kind@v0.21.0
go install sigs.k8s.io/kind@v0.17.0
curl -LO https://dl.k8s.io/release/v1.29.1/bin/linux/amd64/kubectl
chmod +x ./kubectl
Expand Down Expand Up @@ -133,13 +133,13 @@ jobs:
# This installs kube-apiserver and etcd binaries for `medium`
# class tests. Refer to the writing tests docs for more info.
make envtest
KUBEBUILDER_ASSETS=$(./bin/setup-envtest use 1.29 -p path)
KUBEBUILDER_ASSETS=$(./bin/setup-envtest use 1.26 -p path)
echo "KUBEBUILDER_ASSETS=$KUBEBUILDER_ASSETS" >> $GITHUB_ENV
- name: setup-k8s-cluster
run: |
kind delete cluster
kind create cluster \
--image=kindest/node:v1.29.1@sha256:a0cc28af37cf39b019e2b448c54d1a3f789de32536cb5a5db61a49623e527144 \
--image=kindest/node:v1.25.3@sha256:cd248d1438192f7814fbca8fede13cfe5b9918746dfa12583976158a834fd5c5 \
--config=./e2e/kind-cluster-config.yaml
kubectl wait --timeout=5m --for=condition=ready node -l worker=true
- name: build-operator-image
Expand Down

0 comments on commit 3661a5d

Please sign in to comment.