Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cosaPod(memory: "7168Mi", cpu: "4") {
// The previous e2e leaves things only having built an ostree update
shwrap("cosa build && cosa osbuild qemu")
// bootupd really can't break upgrades for the OS
kola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.*bootupd* --qemu-firmware=uefi", skipUpgrade: true, skipBasicScenarios: true)
kola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.bootupd.* ext.config.boot.* --qemu-firmware=uefi", skipUpgrade: true, skipBasicScenarios: true)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pattern ext.bootupd.* will not match the bootupd tests defined in fedora-coreos-config. External tests from the configuration repository are prefixed with ext.config., meaning those tests are registered as ext.config.bootupd.*.

Since the raid1 test has been removed from this repository, there are likely no tests remaining that match ext.bootupd.* directly. To ensure the bootupd tests from fedora-coreos-config are executed, please update the pattern to ext.config.bootupd.*.

      kola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.config.bootupd.* ext.config.boot.* --qemu-firmware=uefi", skipUpgrade: true, skipBasicScenarios: true)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See coreos/coreos-assembler#4550 (comment)

The remaining test would be ext.bootupd.test-bootupd

}
} finally {
archiveArtifacts allowEmptyArchive: true, artifacts: 'tmp/console.txt'
Expand Down
9 changes: 0 additions & 9 deletions tests/kola/raid1/config.bu

This file was deleted.

1 change: 0 additions & 1 deletion tests/kola/raid1/data/libtest.sh

This file was deleted.

42 changes: 0 additions & 42 deletions tests/kola/raid1/test.sh

This file was deleted.