We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf94a4c commit b3737d2Copy full SHA for b3737d2
Makefile
@@ -186,7 +186,7 @@ checkout-last-release:
186
git checkout $(LAST_RELEASE)
187
188
.PHONY: last-release-cluster
189
-last-release-cluster: kind-cluster checkout-last-release local-release local-deploy
+last-release-cluster: tools kind-cluster checkout-last-release local-release local-deploy
190
LOCALBIN=$(CACHE_BIN) CLUSTERCTL_CONFIG=$(CLUSTERCTL_CONFIG) SKIP_CUSTOM_DELETE=true chainsaw test --namespace $(COMMON_NAMESPACE) --assert-timeout 600s --skip-delete ./e2e/capl-cluster-flavors/kubeadm-capl-cluster
191
192
.PHONY: test-upgrade
0 commit comments