Skip to content

Commit d9de616

Browse files
frezboshanduur
authored andcommitted
chore(ci): skip multipath extension tests
Skip multipath and trident specific extensions from tests. We could add a multipath test later on. Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit 70f6b80)
1 parent 57d6683 commit d9de616

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-11-26T13:32:26Z by kres e1d6dac.
3+
# Generated on 2025-11-28T10:21:25Z by kres e1d6dac.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -4120,7 +4120,7 @@ jobs:
41204120
make iscsi-tools util-linux-tools extensions-metadata -C _out/extensions
41214121
- name: installer extensions
41224122
env:
4123-
EXTENSIONS_FILTER_COMMAND: grep -E 'iscsi-tools|util-linux-tools'
4123+
EXTENSIONS_FILTER_COMMAND: grep -E 'iscsi-tools|util-linux-tools|trident-iscsi-tools'
41244124
IMAGE_REGISTRY: registry.dev.siderolabs.io
41254125
run: |
41264126
make installer-with-extensions

.github/workflows/integration-qemu-csi-longhorn-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-11-14T11:20:11Z by kres e1d6dac.
3+
# Generated on 2025-11-27T15:52:53Z by kres e1d6dac.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -99,7 +99,7 @@ jobs:
9999
make iscsi-tools util-linux-tools extensions-metadata -C _out/extensions
100100
- name: installer extensions
101101
env:
102-
EXTENSIONS_FILTER_COMMAND: grep -E 'iscsi-tools|util-linux-tools'
102+
EXTENSIONS_FILTER_COMMAND: grep -E 'iscsi-tools|util-linux-tools|trident-iscsi-tools'
103103
IMAGE_REGISTRY: registry.dev.siderolabs.io
104104
run: |
105105
make installer-with-extensions

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2196,7 +2196,7 @@ spec:
21962196
- name: installer extensions
21972197
command: installer-with-extensions
21982198
environment:
2199-
EXTENSIONS_FILTER_COMMAND: "grep -E 'iscsi-tools|util-linux-tools'"
2199+
EXTENSIONS_FILTER_COMMAND: "grep -E 'iscsi-tools|util-linux-tools|trident-iscsi-tools'"
22002200
IMAGE_REGISTRY: registry.dev.siderolabs.io
22012201
- name: kubelet-fat-patch
22022202
- name: e2e-qemu-csi-longhorn

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ COMMON_ARGS += --build-arg=ZSTD_COMPRESSION_LEVEL=$(ZSTD_COMPRESSION_LEVEL)
255255

256256
CI_ARGS ?=
257257

258-
EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent|metal-agent|cloudflared|zerotier|nebula|newt|netbird'
258+
EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent|metal-agent|cloudflared|zerotier|nebula|newt|netbird|multipath-tools|trident-iscsi-tools'
259259

260260
all: initramfs kernel installer imager talosctl talosctl-image talos
261261

0 commit comments

Comments
 (0)