From 897f426bb0939c26689ea83800d9127766223bd7 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 10 Nov 2021 03:39:46 -0800 Subject: [PATCH] Save release artifacts only after building from source (#1453) Signed-off-by: Pierangelo Di Pilato Co-authored-by: Pierangelo Di Pilato --- test/e2e-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index d21451ae11..cdb86e904b 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -26,10 +26,9 @@ fi if ! ${SKIP_INITIALIZE}; then initialize $@ --skip-istio-addon + save_release_artifacts || fail_test "Failed to save release artifacts" fi -save_release_artifacts || fail_test "Failed to save release artifacts" - if ! ${LOCAL_DEVELOPMENT}; then scale_controlplane kafka-controller kafka-webhook-eventing eventing-webhook eventing-controller apply_sacura || fail_test "Failed to apply Sacura"