Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com
still needs some :gift_heart:, not ready for review
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci https://fedora.softwarefactory-project.io/zuul/buildset/43884e110e7c4d49b8455c4e3edf456c
recheck
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/899ad0b34c884cf081c325d8f89e3499
rebased onto 9422582a082fef573a7726dab5c20ab86a6f2323
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/46e718dd29d5437c92571cd208891484
The change below is missing then jobs.yaml files are not well generated. Please update this PR with the change below and run again "make render" this will generate changes for both fedora-zuul-jobs and fedora-zuul-jobs-config repositories.
Also we have a change in progress to add cloud-fedora-38: https://softwarefactory-project.io/r/c/config/+/27464/
[fedora@code-rh fedora-project-config]$ git diff diff --git a/FZCI.dhall/Branches.dhall b/FZCI.dhall/Branches.dhall index 0e4422f..1d3f8e6 100644 --- a/FZCI.dhall/Branches.dhall +++ b/FZCI.dhall/Branches.dhall @@ -27,7 +27,14 @@ let show = } branch -let all = [ Union.Rawhide, Union.F37, Union.F36, Union.Epel8, Union.Epel9 ] +let all = + [ Union.Rawhide + , Union.F38 + , Union.F37 + , Union.F36 + , Union.Epel8 + , Union.Epel9 + ] let isRawhide = λ(branch : Union) → merge (eq_def ⫽ { Rawhide = True }) branch
rebased onto adc646f5b8eaf5b87ad514bd1fed4ae66c3d7951
@fbo, I believe it is resolved, I generated the data with your patch, thanks for it
And sorry for the delay here
Build succeeded. https://fedora.softwarefactory-project.io/zuul/buildset/13a00131c84f452fadb6f795e6c6eaf2
@fbo I wanted to merge, but https://softwarefactory-project.io/r/c/config/+/27464/ seems unmerged?
@mvadkert the fedora compose image URLs in the repo defined in https://softwarefactory-project.io/r/c/config/+/27464/ have a life span of about 15 days, and a new one is generated every day. Does that mean the f38 image on our side should be renewed at most every 15 days, or every day?
@mhuin speaking for Fedora CI, most of the testing happens outside of these VMs, so I would say the latter is enough.
@mhuin, when the image is built the image will be uploaded on the cloud then that's fine if the builder failed to rebuild after 15 days because base image gone, in that case we can put the image build on pause (to avoid builder to fail in loop) or provide the link to the new base image.
Metadata Update from @fbo: - Pull-request tagged with: gateit
Build succeeded (gate pipeline). https://fedora.softwarefactory-project.io/zuul/buildset/a359b04fc0ef4249bf754f31ceccf6c8
Pull-Request has been merged by zuul
It's also a matter of always testing on the newest version to anticipate breakages etc. But it seems like some leeway is acceptable if I understand @mvadkert correctly
Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com