Skip to content

Commit 38eea5b

Browse files
committed
reboot-limit: simplify what gets selected
If you try to take the reboot-limit workflow for a spin right now you will run into a conflict with networkd.service and the bringup we have on debian-testing. I have narrowed this down to the few extra selects we do, and the reason is that we have not seen these issues before on our CI. Testing with these disabled fixes the issue so just disable those selects as we already do enough of a good job of enabling sensible defaults. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent f4374b4 commit 38eea5b

File tree

1 file changed

+0
-4
lines changed
  • workflows/demos/reboot-limit

1 file changed

+0
-4
lines changed

workflows/demos/reboot-limit/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
config WORKFLOWS_REBOOT_LIMIT
22
bool "Reboot-limit"
3-
select KDEVOPS_TRY_REFRESH_REPOS
4-
select KDEVOPS_TRY_INSTALL_KDEV_TOOLS
5-
select KDEVOPS_DEVCONFIG_ENABLE_CONSOLE
6-
select KDEVOPS_DEVCONFIG_ENABLE_SYSTEMD_WATCHDOG
73
help
84
If you are doing kernel tests which includes a reboot, along the way,
95
or if you do a reboot after a series of tests, you may want to first

0 commit comments

Comments
 (0)