From b3312a11776d76b632fa28dfdce59d43789b5786 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 16 Nov 2023 15:57:33 +0000 Subject: [PATCH] [zuul] Add prepare in post --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 396e2d68b..e04828a67 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -45,6 +45,8 @@ - ci/check_ocp_version.yml post-run: - ci/post-collect_logs.yml + # Add these steps so we can work around the pre stage failing, and investigate whether CRC actually comes up, and whether it runs STF + - ci/prepare.yml - ci/deploy_stf.yml - ci/test_stf.yml