From 62d57d699bc74e9a8f590737ca08698a0bf40fdd Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 12 Jan 2022 20:36:25 +0000 Subject: [PATCH] .github: reformat platform list for qemu-boot-test More future-proof. No functional change Signed-off-by: Marc Herbert --- .github/workflows/pull-request.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e30ee75b44cf..8487e1ee0800 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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: