From f834eff3d1a751a064840b405d80ebb5df0155ff Mon Sep 17 00:00:00 2001 From: Ian Tangney Date: Tue, 1 Apr 2025 14:17:58 +0000 Subject: [PATCH] KASM-6955 Add retries to manifest jobs --- ci-scripts/gitlab-ci.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-scripts/gitlab-ci.template b/ci-scripts/gitlab-ci.template index edb0fdb..d0507b7 100644 --- a/ci-scripts/gitlab-ci.template +++ b/ci-scripts/gitlab-ci.template @@ -166,6 +166,7 @@ manifest_{{ IMAGE.name }}: needs: - test_{{ IMAGE.name }} when: on_success + retry: 1 tags: - oci-fixed-amd {% endfor %} @@ -196,6 +197,7 @@ manifest_{{ IMAGE.name }}: needs: - test_{{ IMAGE.name }} when: on_success + retry: 1 tags: - oci-fixed-amd {% endfor %}