Combine the three post-release stable composes: updates, cloud, container #12086
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
release-process
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
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#12086
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?
Describe the issue
We currently have three separate composes doing more or less the same job ("produce some deliverables updated with the latest content for stable releases"): the updates composes run by Bodhi (https://kojipkgs.fedoraproject.org/compose/updates/ ), the cloud composes (https://kojipkgs.fedoraproject.org/compose/cloud/ ), and the container composes (https://kojipkgs.fedoraproject.org/compose/container/ ). It might be nice if we could combine these into one single compose flow so we have less complexity to worry about.
When do you need this? (YYYY/MM/DD)
No specific time, it's an RFE.
When is this no longer needed or useful? (YYYY/MM/DD)
When we get a new box of kornflakes?
If we cannot complete your request, what is the impact?
We'll continue to have three separate post-release stable compose flows to keep track of (not even counting IoT or FCOS composes).
@siosm @kevin @ngompa
My understanding is that the cloud and container composes are on different cadences...
Do they need to be though?
ultimately we run all three daily, AIUI. we run one updates compose per release per day, and the cloud and container composes are "nightlies", i.e. again we run one per day per active stable release.
they don't all run at the same time, but I don't think that's terribly important.
my initial thought here would be to extend the Bodhi compose to include cloud and container images, BTW. that seems the nicest option. then we can drop all the per-branch scripts and stuff (though we still have the rather funky 'yo dawg i heard you liked templates so I put a template in your template' thing going on with the pungi compose config file, but never mind).
then my https://pagure.io/releng/issue/12082 could build on top of that and perhaps publish all the content from that combined compose (container and cloud images)...it could even be part of bodhi, I guess, but I don't think it needs to be.
Metadata Update from @phsmoura:
I'm not opposed to moving this all to bodhi.
I guess they would all be failable?
It would add time to bodhi composes/updates pushes... The containers are pretty quick I think, cloud I am not so sure on.
Cloud seems to be very fast also - the most recent one took all of 19 minutes.
I guess we could try doing it and just see how much longer it takes, my guess is it might not actually take any longer at all now we added the atomic desktop OCIs, since I think those phases (kiwibuild for cloud and container images, ostree_container for atomic desktop OCIs) could run in parallel and kiwibuild would be done first. But I'm not 100% sure.
the drawback would be that, while we're still using the current sync script, it would just publish the images from whichever tasks happened most recently before the script was run...so it might be a bit random exactly what got pushed, depending on the timing. probably doesn't matter much, though, since the images should all be basically the same if we don't mess anything up. once we move to a compose-based sync script that wouldn't be an issue.
We talked about this in the releng backlog refinement call today, and the general feeling was this is worth pursuing, but before going forward with actionavle items to an approach we should do a spike to scope it out properly.
Before try extending the Bodhi compose to pull in cloud + container images, get real numbers on how much time it adds to the updates compose, check if the kiwibuild/ostree_container phases can actually run in parallel, and note any failability/rollback implications of merging these flows. As pointers for spike, and finally come up with an actionable plan.
Any of relengers will try to take this spike in upcoming sprints, community investigation are also welcome.