Xiaofeng Wang

Results 69 comments of Xiaofeng Wang

Two failures can be tracked by issues https://github.com/bootc-dev/bootc/issues/1814 and https://github.com/bootc-dev/bootc/issues/1812. Both of them will be debugged and fixed later.

The btrfs file system is [random](https://gitlab.com/fedora/bootc/tests/bootc-workflow-test/-/blob/main/bib-image.sh?ref_type=heads#L235), I can't find a latest passed test. BTW, xfs does not have this issue. btrfs failed again on building `fedora-bootc:42` and `fedora-bootc:rawhide` images. Log:...

@rvykydal Could you please fix the singoff error? Thanks!

I'm trying this workflow: request image mode TF runner with `CentOS-Stream-9-image-mode` compose. And build integration test image inside this runner, then `bootc switch` to this new image, then run integration...

Here's my bootc install on TMT package mode VM result: https://github.com/henrywang/tmt-bootc-install-switch/issues/1 And bootc switch works in TMT. I mean deploy image mode VM with TMT -> build image -> bootc...

Okey, commit https://github.com/henrywang/tmt-bootc-install-switch/commit/6ced2bdd1555c96748a859346cf2cd7f4dc7a7f0 fixed issue. I'll run this kind of test on QE CI for stability.

Now running on Testing Farm works. TF artifacts: https://artifacts.osci.redhat.com/testing-farm/d88be6ff-2281-4f49-9cdf-e8dc7a62fde9/

I group bootc install, upgrade, switch tests together as base line test with this new method. Things looks great! Test runs much faster than before. https://artifacts.osci.redhat.com/testing-farm/c5ec3337-af4d-46fa-93b3-d689623c933f/. Yeah, I sent a...

I tried `/usr/libexec/bootc-base-imagectl rechunk` on custom image, the chunked image does not have `final-diffid` issue when run `bootc image copy-to-storage`. Does that mean custom image need rechunk? Thanks.