test: fix cron failures for provision-1 & provision-2

Build missing assets in cron schedule.

Fixes #13017

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit aa5946dd385a2b99d572f9318e4eeeeee441b51b)
This commit is contained in:
Andrey Smirnov 2026-03-25 11:27:00 +04:00
parent 7978152094
commit 7a94673068
No known key found for this signature in database
GPG Key ID: 322C6F63F594CE7C
4 changed files with 53 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2026-03-24T16:35:58Z by kres 3675077.
# Generated on 2026-03-25T07:26:58Z by kres 3675077.
concurrency:
group: ${{ github.head_ref || github.run_id }}
@ -3844,6 +3844,16 @@ jobs:
if: github.event_name == 'schedule'
run: |
make talosctl-cni-bundle
- name: installer-enforcing
if: github.event_name == 'schedule'
env:
IMAGE_REGISTRY: registry.dev.siderolabs.io
IMAGER_ARGS: --extra-kernel-arg=console=ttyS0 --extra-kernel-arg=enforcing=1
PLATFORM: linux/amd64,linux/arm64
PUSH: "true"
TAG_SUFFIX_OUT: -enforcing
run: |
make installer
- name: provision-tests-prepare
run: |
make provision-tests-prepare
@ -3934,6 +3944,13 @@ jobs:
PUSH: "true"
run: |
make talosctl-linux-amd64 kernel sd-boot sd-stub initramfs installer-base imager talos _out/integration-test-linux-amd64
- name: iso
if: github.event_name == 'schedule'
env:
IMAGE_REGISTRY: registry.dev.siderolabs.io
IMAGER_ARGS: --extra-kernel-arg=console=ttyS0
run: |
make iso
- name: talosctl-cni-bundle
if: github.event_name == 'schedule'
run: |

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2026-03-15T13:42:44Z by kres e68c408.
# Generated on 2026-03-25T07:26:58Z by kres 3675077.
concurrency:
group: ${{ github.head_ref || github.run_id }}
@ -77,6 +77,16 @@ jobs:
if: github.event_name == 'schedule'
run: |
make talosctl-cni-bundle
- name: installer-enforcing
if: github.event_name == 'schedule'
env:
IMAGE_REGISTRY: registry.dev.siderolabs.io
IMAGER_ARGS: --extra-kernel-arg=console=ttyS0 --extra-kernel-arg=enforcing=1
PLATFORM: linux/amd64,linux/arm64
PUSH: "true"
TAG_SUFFIX_OUT: -enforcing
run: |
make installer
- name: provision-tests-prepare
run: |
make provision-tests-prepare

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2026-03-15T13:42:44Z by kres e68c408.
# Generated on 2026-03-25T07:26:58Z by kres 3675077.
concurrency:
group: ${{ github.head_ref || github.run_id }}
@ -73,6 +73,13 @@ jobs:
PUSH: "true"
run: |
make talosctl-linux-amd64 kernel sd-boot sd-stub initramfs installer-base imager talos _out/integration-test-linux-amd64
- name: iso
if: github.event_name == 'schedule'
env:
IMAGE_REGISTRY: registry.dev.siderolabs.io
IMAGER_ARGS: --extra-kernel-arg=console=ttyS0
run: |
make iso
- name: talosctl-cni-bundle
if: github.event_name == 'schedule'
run: |

View File

@ -909,6 +909,16 @@ spec:
- name: talosctl-cni-bundle
conditions:
- only-on-schedule
- name: installer-enforcing
conditions:
- only-on-schedule
command: installer
environment:
PLATFORM: linux/amd64,linux/arm64
IMAGER_ARGS: "--extra-kernel-arg=console=ttyS0 --extra-kernel-arg=enforcing=1"
TAG_SUFFIX_OUT: -enforcing
IMAGE_REGISTRY: registry.dev.siderolabs.io
PUSH: true
- name: provision-tests-prepare
- name: provision-tests-track-1
withSudo: true
@ -956,6 +966,12 @@ spec:
PLATFORM: linux/amd64,linux/arm64
IMAGE_REGISTRY: registry.dev.siderolabs.io
PUSH: true
- name: iso
conditions:
- only-on-schedule
environment:
IMAGER_ARGS: "--extra-kernel-arg=console=ttyS0"
IMAGE_REGISTRY: registry.dev.siderolabs.io
- name: talosctl-cni-bundle
conditions:
- only-on-schedule