-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infra: automate koji build and bodhi update actions with packit #5354
Conversation
Infrastructure check failed on these files. Please do a double check of these files before merge! docs/release.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! A couple of points:
- The file is templated, you need to edit the
.j2
. Also, make sure that each branch then gets the right dist-git branch etc. - I think the docs should say that Packit does this, and then include the manual steps in case of failure.
1bdb38d
to
0d4500e
Compare
Infrastructure check failed on these files. Please do a double check of these files before merge! docs/release.rst |
@VladimirSlavik are the failures relevant? seems like not? |
Absolutely irrelevant. Infrastructure check tries to ensure that only infrastructure changes (see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be in the upstream repo, but in dist-git. From https://packit.dev/docs/configuration/downstream/koji_build :
A Packit config file needs to be in the dist-git repository to allow this job to be triggered.
Infrastructure check failed on these files. Please do a double check of these files before merge! docs/release.rst |
The packit config file is in the upstream repository and it's auto-synced to the dist-git. https://packit.dev/docs/configuration#files_to_sync So the while packit configuration belongs to the upstream packit.cfg. |
0d4500e
to
fb44a6d
Compare
Infrastructure check failed on these files. Please do a double check of these files before merge! docs/release.rst |
44b928c
to
fb44a6d
Compare
Infrastructure check failed on these files. Please do a double check of these files before merge! docs/release.rst |
fb44a6d
to
e52952e
Compare
Infrastructure check failed on these files. Please do a double check of these files before merge! docs/release.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you!
/kickstart-test --waive infra |
Sorry for late comment but is there a reason to not enable this also for all supported Fedoras? Packit have an alias for that from what I remember. |
@jkonecny12 I believe it's enabled e52952e#diff-553da68308bd33d94ee7dfc179ad50968916c37c7a58452f707454e918724015R88 on the template file. Of course now we are on master branch so the rawhide was only affected. When we branch out fedora-40 it will be updated correctly. |
I see. Thanks for answer. |
No description provided.