Skip to content

Commit dc4ecc9

Browse files
tmediccilupyuen
authored andcommitted
ci: split xtensa jobs into three separate jobs (instead of two)
This is necessary because new defconfig were recently added to Xtensa-based Espressif SoCs and the build job may exceed 2 hours. In order to avoid increasing job timeout, a specific job for each supported SoC (ESP32, ESP32-S2 and ESP32-S3) was created instead. Signed-off-by: Tiago Medicci <[email protected]>
1 parent cd2b0c0 commit dc4ecc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
skip_build=1
231231
fi
232232

233-
# For "Arch / Board: xtensa": Build xtensa-01, xtensa-02
233+
# For "Arch / Board: xtensa": Build xtensa-01, xtensa-02, xtensa-03
234234
elif [[ "$arch_contains_xtensa" == "1" || "$board_contains_xtensa" == "1" ]]; then
235235
if [[ "$board" != *"xtensa-"* ]]; then
236236
skip_build=1

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
[
122122
"arm-01", "risc-v-01", "sim-01", "xtensa-01", "arm64-01", "x86_64-01", "other",
123123
"arm-02", "risc-v-02", "sim-02", "xtensa-02",
124-
"arm-03", "risc-v-03", "sim-03",
124+
"arm-03", "risc-v-03", "sim-03", "xtensa-03",
125125
"arm-04", "risc-v-04",
126126
"arm-05", "risc-v-05",
127127
"arm-06", "risc-v-06",

0 commit comments

Comments
 (0)