sof/.github/workflows
Chao Song deb7a097e3 github action: remove duplicate build for TGL/TGL-H
At the beginning, we have two build jobs in github
action to build IPC3 and IPC4 firmware for TGL/TGL-H.

The PR https://github.com/thesofproject/sof/pull/8048
switches cAVS2.5 configs to use IPC4 by default and
empties the cAVS2.5 overlay files. After the change,
the xtensa-build-zephyr.py script is building the
same IPC4 firmware with or without '-i IPC4' option.
So we have two jobs running different build command
but build the same IPC4 firmware.

Recently, commit 5004d0fe1e ("zephyr.yml: remove ipc
option for zephyr build") removes '-i IPC4' option
in github action for TGL/TGL-H IPC4 build. So we have
duplicated jobs to build firmware for TGL and TGL-H
in the end.

This patch removes the duplicated build job which previously
is used to build IPC3 firmware for TGL/TGL-H and obsolete
comments.

Signed-off-by: Chao Song <chao.song@linux.intel.com>
2023-09-28 17:24:51 +01:00
..
SPDX-README.md .github/SPDX-README.md: clarify .c/.h difference and applicability 2023-01-27 10:59:24 +00:00
build_all.yml ci: Add build all config 2023-07-26 13:31:36 +01:00
checkpatch_list.sh github: add new SPDX-README.md and show it when checkpatch fails 2023-01-11 17:10:43 +00:00
codestyle.yml .github: upgrade most runners to latest Ubuntu 22.04 2023-05-08 12:21:55 +03:00
daily-tests.yml .github/daily-tests.yml: add sparse-zephyr.yml 2023-03-03 16:13:25 +00:00
installer.yml Intel: remove XTOS support 2023-05-11 19:17:17 +03:00
ipc_fuzzer.yml .github: ipc_fuzzer: upload stdout logs 2023-05-29 09:59:34 +03:00
pull-request.yml Intel: remove XTOS support 2023-05-11 19:17:17 +03:00
repro-build.yml .github: upgrade most runners to latest Ubuntu 22.04 2023-05-08 12:21:55 +03:00
shallowfetchPRcommits.sh .github: http://github.com -> https:// 2021-03-09 20:12:58 +00:00
sparse-zephyr.yml .github/sparse-zephyr: add -DCONFIG_MINIMAL_LIBC to avoid picolibc 2023-09-27 14:00:10 +01:00
testbench.yml .github: upgrade all checkout actions to v3 2023-05-04 16:46:43 +03:00
tools.yml .github: upgrade all checkout actions to v3 2023-05-04 16:46:43 +03:00
unit-tests.yml .github: upgrade all checkout actions to v3 2023-05-04 16:46:43 +03:00
zephyr.yml github action: remove duplicate build for TGL/TGL-H 2023-09-28 17:24:51 +01:00