Skip to content

Commit

Permalink
.github: add fail-fast: false to gcc builds and qemu boot tests
Browse files Browse the repository at this point in the history
We don't want one failure to cancel other platforms.

See unwanted cancellation example in #5386 /
https://github.com/thesofproject/sof/runs/5241344411

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and lgirdwood committed Feb 18, 2022
1 parent c04b7fc commit 9edc572
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ jobs:
runs-on: ubuntu-20.04

strategy:
fail-fast: false
matrix:
# Use groups to avoid spamming the web interface.
# Don't use a single big group so a single failure does not block
# all other builds.
platform: [imx8ulp,
sue jsl tgl,
rn,
Expand Down Expand Up @@ -116,6 +120,7 @@ jobs:
runs-on: ubuntu-20.04

strategy:
fail-fast: false
matrix:
# Compiler-based groups, see HOST= compilers in
# xtensa-build-all.sh. Pay attention to commas and whitespace.
Expand Down

0 comments on commit 9edc572

Please sign in to comment.