CI: multi-arch-test-build: add default packages for LuCI feed#126
CI: multi-arch-test-build: add default packages for LuCI feed#126BKPepe wants to merge 1 commit into
Conversation
Failed checksIssues marked with an ❌ are failing checks. Commit 4e8c671
For more details, see the full job log. Something broken? Consider providing feedback. |
|
@hnyman, Hannu since you are quite active in the LuCI repo, could you please take a look? :) |
|
Sorry, no merge rights here. |
|
I do have, but I want at least someone, who will review this |
|
Not quite sure, what would be optimal. luci-app-attendedsysupgrade has external dependencies outside LuCI. That might be unnecessary, if I understand the purpose of the default here Simplest app for fallback default for checking non-package related changes might be |
Okay, I just took what was used inside the LuCi repository:
Sounds good! Thanks. |
|
@feckert What about your thoughts to use luci-app-commands? |
Default packages for routing and telephony feeds are already present, but the LuCI feed was missing. Add it as well. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
There was a problem hiding this comment.
Pull request overview
Adds a missing default package set for the luci feed in the multi-arch-test-build workflow so CI still builds a representative package when no packages are detected as changed.
Changes:
- Extend the feed-to-default-packages mapping to include the
lucirepository. - Set
luci-app-commandsas the default fallback package for LuCI feed CI builds.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Default packages for routing and telephony feeds are already present, but the LuCI feed was missing. Add it as well.
cc: @systemcrash