Skip to content

Commit

Permalink
.github: reformat platform list for qemu-boot-test
Browse files Browse the repository at this point in the history
More future-proof. No functional change

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and lgirdwood committed Jan 21, 2022
1 parent 7f1572f commit 62d57d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,13 @@ jobs:

strategy:
matrix:
# Compiler-based grouping, see HOST= in xtensa-build-all.sh The
# only reason for grouping is to avoid the matrix swarming the
# user interface and burying other checks.
# Compiler-based groups, see HOST= compilers in
# xtensa-build-all.sh. Pay attention to commas and whitespace.
# The main reason for these groups is to avoid the matrix
# swarming the Github web interface and burying other checks.
platform: [imx8 imx8x imx8m,
byt cht, bdw hsw, apl skl kbl, cnl icl]
byt cht, bdw hsw, apl skl kbl, cnl icl,
]

steps:

Expand Down

0 comments on commit 62d57d6

Please sign in to comment.