-
Notifications
You must be signed in to change notification settings - Fork 21
Make label-target and label-kernel reusable #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@ynezz and how would you trigger this? manual call? |
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
6d06f10 to
ca76f61
Compare
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
|
|
Here is test run https://github.com/openwrt/openwrt/actions/runs/11755927024 |
ca76f61 to
55b067c
Compare
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
In some cases it might be handy to quickly smoke test certain types of changes, where it usually doesn't make sense to build everything, so lets allow that with reusable label-kernel workflow, which can be easily reusable by just passing target/subtarget/testing inputs. References: openwrt/openwrt#16784 Signed-off-by: Petr Štetiar <[email protected]>
In some cases it might be handy to quickly smoke test certain types of changes, where it usually doesn't make sense to build everything, so lets allow that with reusable label-target workflow, which can be easily reusable by just passing target/subtarget inputs. References: openwrt/openwrt#16784 Signed-off-by: Petr Štetiar <[email protected]>
f251196 to
4694f67
Compare
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
Actually there might be some other issue somewhere else, because https://github.com/openwrt/openwrt/pull/16937/checks contains already the full build for |
See openwrt/actions-shared-workflows#25 Signed-off-by: Petr Štetiar <[email protected]>
94e64ba to
c7ec823
Compare
In some cases it might be handy to quickly smoke test certain types of
changes, where it usually doesn't make sense to build everything, so
lets allow that with reusable label-kernel and label-target workflows,
which can be easily reusable by just passing target/subtarget (and testing) inputs.
Goals
Testing