File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-08-24T17:38:15Z by kres 8e4bbb4.
3
+ # Generated on 2024-08-27T12:42:20Z by kres 8e4bbb4.
4
4
5
5
name : default
6
6
concurrency :
@@ -2623,6 +2623,10 @@ jobs:
2623
2623
if : github.event_name != 'schedule'
2624
2624
run : |
2625
2625
xargs -a _out/executable-artifacts -I {} chmod +x {}
2626
+ - name : generate
2627
+ if : github.event_name == 'schedule'
2628
+ run : |
2629
+ make generate
2626
2630
- name : build
2627
2631
if : github.event_name == 'schedule'
2628
2632
env :
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-08-24T17:38:15Z by kres 8e4bbb4.
3
+ # Generated on 2024-08-27T12:42:20Z by kres 8e4bbb4.
4
4
5
5
name : integration-qemu-csi-longhorn-cron
6
6
concurrency :
62
62
if : github.event_name != 'schedule'
63
63
run : |
64
64
xargs -a _out/executable-artifacts -I {} chmod +x {}
65
+ - name : generate
66
+ if : github.event_name == 'schedule'
67
+ run : |
68
+ make generate
65
69
- name : build
66
70
if : github.event_name == 'schedule'
67
71
env :
Original file line number Diff line number Diff line change @@ -1237,6 +1237,9 @@ spec:
1237
1237
type : download
1238
1238
artifactName : talos-artifacts
1239
1239
artifactPath : _out
1240
+ - name : generate
1241
+ conditions :
1242
+ - only-on-schedule
1240
1243
- name : build
1241
1244
conditions :
1242
1245
- only-on-schedule
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ COMMON_ARGS += --build-arg=MICROSOFT_SECUREBOOT_RELEASE=$(MICROSOFT_SECUREBOOT_R
226
226
227
227
CI_ARGS ?=
228
228
229
- EXTENSIONS_FILTER_COMMAND ?= " grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent'"
229
+ EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent'
230
230
231
231
all : initramfs kernel installer imager talosctl talosctl-image talos
232
232
You can’t perform that action at this time.
0 commit comments