From b312a970efa8a2218ac363c0d67e361c770f91b7 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 22 Feb 2024 16:19:01 +0000 Subject: [PATCH] build: Disable "fail fast" on x86-64 GitHub action This will help handle flakiness in the builds by requiring the minimum number of restarts. Signed-off-by: Rob Bradford (cherry picked from commit d32de07be7a1fb2e5dea1a09906578107ed9b5df) --- .github/workflows/integration-x86-64.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-x86-64.yaml b/.github/workflows/integration-x86-64.yaml index c646c6559..c783801b8 100644 --- a/.github/workflows/integration-x86-64.yaml +++ b/.github/workflows/integration-x86-64.yaml @@ -4,6 +4,7 @@ on: [pull_request, create] jobs: build: strategy: + fail-fast: false matrix: runner: ["garm-jammy", "garm-jammy-amd"] if: github.event_name == 'pull_request'