Paweł Poławski
Paweł Poławski
/kickstart-tests --testtype smoke
@mvo5 thanks a lot for the review. I have fixed some obvious issues and rebased to latest main.
What I am doing here precisely is: 1) Spawn c8s and c9s centos images prepared by @thozza here:https://github.com/osbuild/containers/pull/63 2) In the action I am reusing testing scripts directly from the...
Lets get an opionion from @thozza and @ochosi \o/
@achilleas-k and @ochosi - thank you both for the review. I will update the code tomorrow with: - running nightly - removing duplicated jobs by change to matrix strategy I...
Centos based tests unwraps to different pytest settings. Centos8 settings: ``` sudo python3 -m pytest --rootdir /osb/workdir/osbuild/osbuild-111 --ignore /osb/workdir/osbuild/osbuild-111/test/src --unsupported-fs btrfs -k 'not (TestBoot and boot) and not (test_qemu[ext4-vdi] or...
@thozza @ochosi I think this one is ready to go.
@thozza thanks for the review \o/ > Could you please try testing the action as a PR in your own repo against `main`? Because from what I can tell, the...
Just as a fast recap: This PR has been tested on my other repo and both c8s and c9s are passing. As we discussed in Brno - I will wait...
@thozza I have just updated the code and triggered run on my private repo: c10s: https://github.com/elkoniu/osbuild/actions/runs/9646685253/job/26603713866?pr=1 c9s: https://github.com/elkoniu/osbuild/actions/runs/9646685253/job/26603713188?pr=1 In the main PR CI will be running nightly instead of every...