Skip to content

Commit 7c7e030

Browse files
kola: run luks.cex test only on RHCOS.s390x
Test requires some magic https://github.com/coreos/fedora-coreos-pipeline/blob/main/multi-arch-builders/coreos-s390x-rhcos-builder.bu#L107, which only exists on RHCOS builders.
1 parent cb3ea70 commit 7c7e030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mantle/kola/tests/ignition/luks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func init() {
5858
Name: `luks.cex`,
5959
Description: "Verify that CEX-based rootfs encryption works.",
6060
Flags: []register.Flag{},
61+
Distros: []string{"rhcos"},
6162
Platforms: []string{"qemu"},
6263
Architectures: []string{"s390x"},
6364
Tags: []string{"luks", "cex", "reprovision"},

0 commit comments

Comments
 (0)