Skip to content

Commit 1704772

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 1704772

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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"},

mantle/kola/tests/ignition/qemufailure.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ func dualBootfsFailure(c cluster.TestCluster) error {
227227
}
228228
builder.MemoryMiB = 1024
229229
builder.Firmware = kola.QEMUOptions.Firmware
230-
231230
searchRegexString := "Error: System has 2 devices with a filesystem labeled 'boot'"
232231
if err := verifyError(builder, searchRegexString); err != nil {
233232
return err

0 commit comments

Comments
 (0)