Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/9d9fe0677b06429cad0683c3881f277e
Pull-Request has been merged by siosm
I think you could just do:
nodeset: fedora-latest-container
if you want to always use the latest Fedora release, in a container. See https://pagure.io/fedora-zuul-jobs/blob/master/f/zuul.d/nodesets.yaml#_3 , you're essentially recreating one of the first two entries there.
This does rely on someone remembering to update the "latest" definition with each Fedora release, though. The last two times it hasn't happened till I noticed and sent a PR to do it...
It even used to be completely implicit but had to be changed: https://pagure.io/workstation-ostree-config/c/a5c4320806eee615cb52007f9d179da54613bc5a?branch=main
In general, I prefer have matching code release branches and CI to avoid issues.