Skip to content

Commit 0253cd7

Browse files
committed
fwk: only build dogwood
We don't need to build other boards on this branch. Remove them, it saves build time and mental load on keeping them happy. fwk-main is for integrating with other boards and making sure they're all happy, and hopefully cherry-picking is paired with actually trying on those physical boards (eg: right now it's wishful thinking that marigold.bin from the fwk-dogwood branch is even workable/boots). TEST=See Github CI, only see dogwood in the list TEST=Introduce an error to another branch, CI still oblivious BUG=Discovered during PR#1571 BRANCH=fwk-dogwood-27111
1 parent 128a926 commit 0253cd7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/zephyr-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ jobs:
2727
max-parallel: 1
2828
matrix:
2929
platform: [
30-
# Marigold builder uses same folder for all
31-
# Not official release on track-upstream branch.
32-
# And need to use zephyr on track-upstream as well
3330
{ name: dogwood, folder: marigold2, ver: "2.0.4", sha_len: 7, zephyr_ref: "framework-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
34-
{ name: marigold, folder: marigold2, ver: "0.0.0", sha_len: 7, zephyr_ref: "framework-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
35-
# Lotus and Azalea official releases are NOT coming from this branch
36-
{ name: lotus, folder: marigold2, ver: "0.0.0", sha_len: 7, zephyr_ref: "framework-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
37-
{ name: azalea, folder: marigold2, ver: "0.0.0", sha_len: 7, zephyr_ref: "framework-main", cmsis_ref: "cros/chromeos-main", remote: "fwk" },
3831
]
3932

4033

0 commit comments

Comments
 (0)