From 05969a0e34dad0c0efc081c8eb30a5cf165abfc8 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 26 Apr 2022 20:55:34 +0000 Subject: [PATCH] .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 --- .github/workflows/installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index d641510cf..178c090f8 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -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: