From e616f63268171e154acb1964b6782630909bcf21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 29 Aug 2023 16:36:26 +0200 Subject: [PATCH] chore: bump kuttl to use stopOnFirstFailure feature (#8161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- Makefile | 2 +- test/conformance/kuttl/_config/common.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c134788dc1..e1873e3589 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ HELM_DOCS_VERSION := v1.11.0 KO := $(TOOLS_DIR)/ko KO_VERSION := v0.14.1 KUTTL := $(TOOLS_DIR)/kubectl-kuttl -KUTTL_VERSION := v0.0.0-20230126200340-834a4dac1ec7 +KUTTL_VERSION := v0.0.0-20230829104447-1e404d2e3902 TOOLS := $(KIND) $(CONTROLLER_GEN) $(CLIENT_GEN) $(LISTER_GEN) $(INFORMER_GEN) $(OPENAPI_GEN) $(REGISTER_GEN) $(DEEPCOPY_GEN) $(DEFAULTER_GEN) $(APPLYCONFIGURATION_GEN) $(GEN_CRD_API_REFERENCE_DOCS) $(GO_ACC) $(GOIMPORTS) $(HELM) $(HELM_DOCS) $(KO) $(KUTTL) ifeq ($(GOOS), darwin) SED := gsed diff --git a/test/conformance/kuttl/_config/common.yaml b/test/conformance/kuttl/_config/common.yaml index e877e4d777..e9f3dbf1d6 100644 --- a/test/conformance/kuttl/_config/common.yaml +++ b/test/conformance/kuttl/_config/common.yaml @@ -5,3 +5,4 @@ timeout: 90 parallel: 1 fullName: true skipTestRegex: '_.+' +stopOnFirstFailure: true \ No newline at end of file