From 43f83e5e22c4e7320ca039e8537f3effa3c60f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 13 Feb 2024 11:19:37 +0100 Subject: [PATCH] fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- tests/e2e/ingress-subdomains/chainsaw-test.yaml | 1 + tests/e2e/smoke-restarting-deployment/chainsaw-test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/e2e/ingress-subdomains/chainsaw-test.yaml b/tests/e2e/ingress-subdomains/chainsaw-test.yaml index 32b38ccec6..00652607cd 100755 --- a/tests/e2e/ingress-subdomains/chainsaw-test.yaml +++ b/tests/e2e/ingress-subdomains/chainsaw-test.yaml @@ -15,6 +15,7 @@ spec: - name: step-01 try: - script: + timeout: 1m content: | #!/bin/bash set -ex diff --git a/tests/e2e/smoke-restarting-deployment/chainsaw-test.yaml b/tests/e2e/smoke-restarting-deployment/chainsaw-test.yaml index c1a05a4e71..7f6904365b 100755 --- a/tests/e2e/smoke-restarting-deployment/chainsaw-test.yaml +++ b/tests/e2e/smoke-restarting-deployment/chainsaw-test.yaml @@ -16,7 +16,7 @@ spec: file: 00-errors.yaml - name: step-01 try: - - apply: - file: 01-assert-second-config.yaml - apply: file: 01-install-second-config.yaml + - assert: + file: 01-assert-second-config.yaml