File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,19 @@ LATEST_REF := $(shell git rev-parse --short HEAD)
169169LAST_RELEASE := $(shell git describe --abbrev=0 --tags)
170170
171171.PHONY : last-release-cluster
172- last-release-cluster : kind ctlptl tilt kustomize clusterctl
172+ last-release-cluster : kind ctlptl tilt kustomize clusterctl chainsaw
173173 $(CTLPTL ) apply -f .tilt/ctlptl-config.yaml
174174 git checkout $(LAST_RELEASE )
175175 $(TILT ) ci -f Tiltfile
176+ GIT_REF=" up-$( GIT_REF) " LOCALBIN=$(CACHE_BIN ) CLUSTERCTL_CONFIG=$(CLUSTERCTL_CONFIG ) $(CHAINSAW ) test ./e2e/capl-cluster-flavors/kubeadm-capl-cluster
176177
177178.PHONY : checkout-latest-commit
178179checkout-latest-commit :
179180 git checkout $(LATEST_REF )
180181
181182.PHONY : test-upgrade
182183test-upgrade : last-release-cluster checkout-latest-commit local-deploy
184+ GIT_REF=" up-$( GIT_REF) " LOCALBIN=$(CACHE_BIN ) CLUSTERCTL_CONFIG=$(CLUSTERCTL_CONFIG ) $(CHAINSAW ) test ./e2e/capl-cluster-flavors/kubeadm-capl-cluster
183185
184186.PHONY : clean-kind-cluster
185187clean-kind-cluster : ctlptl
You can’t perform that action at this time.
0 commit comments