Get openQA tests to run on imagebuilder-produced Silverblue, check results #891
Labels
No labels
agile
anacondawebui
arm
blockerfe
Closed As
Duplicate
Closed As
Fixed
Closed As
Invalid
Closed As
Wontfix
Closed As
Worksforme
coreos
criteria
defect
easyfix
enhancement
iot
meeting
meta
onboarding call
proventesters
retrospective
silverblue
sponsor
test cases
test days
wiki
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
quality/tickets#891
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See releng/pungi-fedora#1632 . @supakeen plans to switch Silverblue from being built with lorax to being built with imagebuilder, but for now we're building it under a secret identity (productmd type
dvd-ostree-osbuildinstead ofdvd-ostree) so both can co-exist and we can test the imagebuilder one out before disabling the lorax one.I'll try and get to this once we're done with F44 validation. It requires a bit of work in both fedora_openqa and os-autoinst-distri-fedora, so filing here.
image-builder#1632Thanks Adam. If we have some more time I should also be able to land some QoL fixes in
image-builderso you can follow more-or-less the same workflow inos-autoinst-distri-fedora; see (amongst others): https://github.com/osbuild/image-builder-cli/pull/478"test the official images from the compose" and "adjust the update test to build an image with imagebuilder instead of lorax" are two different tasks really, the former more urgent than the latter. This ticket's mainly for the former. To do that I just need to tweak the scheduler (in fedora_openqa) to 'want' the
dvd-ostree-osbuildimage as well as thedvd-ostreeone, and the templates (in os-autoinst-distri-fedora) to know about that flavor and define the same tests for it as for thedvd-ostreeone.PRs merged, will confirm this works as intended before closing.
It works, the results look good: the failed tests are the same as for the traditionally-built images.