bootc-dev / bootc-dev/bootc

Leverage CoreOS test framework for our CI

Open
#1,514 3 comments 1 reaction 0 assignees View on GitHub
area/ci triaged
Dominant language
Rust
Stars
2.3k
Forks
230
Avg merge
3d 12h
Merged PRs (30d)
38

Description

Talking to @cgwalters about issues with tmt for testing soft-reboots he suggested to leverage CoreOS's kola tests which we added soft-reboot support for in https://github.com/coreos/coreos-assembler/pull/4119

This probably can be achived with a github action that does something like:

1)
```
FROM quay.io/fedora/fedora-coreos:testing-devel
RUN layer new bootc
```
2) Create disk image

3) cosa kola run --output-dir /tmp/kolaself -E github/coreos/coreos-assembler/tests/kola-ci-self/ 'ext.kola-ci-self.autopkgtest-soft-reboot' --build=fedora-coreos-43.20250320.91.0-qemu.x86_64.qcow2.xz

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.