From 0209c464e6f5644ce6edd43428f15afb0537f042 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 31 Aug 2022 14:08:51 +0000 Subject: [PATCH] .github/qemu,gcc-build-only: remove byt..icl platforms Not supported in the main branch anymore, go to stable-v2.3 Signed-off-by: Marc Herbert --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8cdebcffe..20459bb89 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -153,7 +153,7 @@ jobs: # to COMMAS. Don't use a single big group so a single failure # does not block all other builds. platform: [imx8ulp, - sue jsl tgl, + tgl, rn rmb, mt8186 mt8195, ] @@ -189,8 +189,8 @@ jobs: # 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. + # See longer example above. platform: [imx8 imx8x imx8m, - byt cht, bdw hsw, apl skl kbl, cnl icl, ] steps: