From 5c5df282437b97ef587b2aaea1ab4af592caa829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 18 Oct 2022 16:58:29 +0200 Subject: [PATCH] Increase retry-count from 3 (default) to 6 in VIB action (#10529) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández Signed-off-by: Carlos Rodríguez Hernández --- .github/workflows/cd-pipeline.yml | 1 + .github/workflows/ci-pipeline.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 3af56ac816a6..c2471e8023e0 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -112,6 +112,7 @@ jobs: if: ${{ steps.get-container-metadata.outputs.result == 'ok' }} with: pipeline: ${{ steps.get-dsl-filepath.outputs.dsl_path }}/vib-publish.json + retry-count: 6 env: # Path with docker resources VIB_ENV_PATH: ${{ matrix.container }} diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 8f614d95f74c..4aac233d2255 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -101,6 +101,7 @@ jobs: if: ${{ steps.get-container-metadata.outputs.result == 'ok' }} with: pipeline: ${{ steps.get-container-metadata.outputs.name }}/vib-verify.json + retry-count: 6 env: # Path with docker resources VIB_ENV_PATH: ${{ matrix.container }}