You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/zCustom.yml
+67-9Lines changed: 67 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,30 @@ on:
53
53
- latest
54
54
- internal
55
55
- base
56
-
customTimeout:
57
-
required: false
58
-
default: '45'
59
-
type: choice
60
-
options:
61
-
- '45'
62
-
- '300'
56
+
## ATTENTION: NOTICE: Updating core will already update the kernel packages used by _custom_kernel ... . Except to ensure the very latest 'lts' desktop kernel is used, this usually just wastes time.
57
+
#upgradeKernel:
58
+
#required: false
59
+
#default: none
60
+
#type: choice
61
+
#options:
62
+
#- none
63
+
#- lts
64
+
#- mainline-server
65
+
## ATTENTION: Delays custom/build cycle time by ~3 minutes . Enabled by default, but may be disabled for very rapid testing if not useful.
66
+
#upgradeCore:
67
+
#type: boolean
68
+
#default: true
69
+
# ATTENTION: Delays custom/build cycle time by ~6 minutes . Causes possibly redundant upgrade of core and kernel. Enabled by default, but may be disabled for very rapid testing if not useful.
0 commit comments