mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
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 <rbradford@rivosinc.com> (cherry picked from commit d32de07be7a1fb2e5dea1a09906578107ed9b5df)
This commit is contained in:
parent
6e544d0a30
commit
b312a970ef
1
.github/workflows/integration-x86-64.yaml
vendored
1
.github/workflows/integration-x86-64.yaml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user