.github: IPC4: build supported TGL platforms first

When the build fails we don't want to waste time wondering whether TGL
is affected or not. Other, unsupported platforms are only providing some
nice to have "randconfig" coverage (#5364), they're not important.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2022-04-26 20:55:34 +00:00 committed by Liam Girdwood
parent dccf9c0798
commit 05969a0e34
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
matrix: # just a vector in this case
make_env: [
IPC_VERSION=, # default version
IPC_VERSION=IPC4 UNSIGNED_list= SIGNED_list='cnl icl jsl tgl tgl-h',
IPC_VERSION=IPC4 UNSIGNED_list= SIGNED_list='tgl tgl-h cnl icl jsl',
]
steps: