beaker-project / beaker

Hardware integration testing system and lab automation for Fedora and RHEL
http://beaker-project.org/
GNU General Public License v2.0
79 stars 40 forks source link

chore: add info about the Matrix community chat channel #220

Closed JohnVillalovos closed 4 months ago

StykMartin commented 4 months ago

/packit build

JohnVillalovos commented 4 months ago

/packit build

JohnVillalovos commented 4 months ago

/packit build

JohnVillalovos commented 4 months ago

/packit build

JohnVillalovos commented 4 months ago

@StykMartin : FYI @nforro is looking into why Packit appears to be getting stuck in updating the check results.

nforro commented 4 months ago

@JohnVillalovos It turns out it is a known limitation of Packit, we have updated the docs to make it more clear. To avoid this, you have to set a different identifier option for each copr_build job; then the status check updates will be done independently for each of them and should be always up-to-date. I've also noticed you are still using the metadata key in your Packit config; it has been deprecated long ago and you can safely drop it.

JohnVillalovos commented 4 months ago

@JohnVillalovos It turns out it is a known limitation of Packit, we have updated the docs to make it more clear. To avoid this, you have to set a different identifier option for each copr_build job; then the status check updates will be done independently for each of them and should be always up-to-date. I've also noticed you are still using the metadata key in your Packit config; it has been deprecated long ago and you can safely drop it.

Thanks @nforro I have created a PR to do what you suggested. https://github.com/beaker-project/beaker/pull/224

That PR passed CI. So hopefully that is the fix. I say hopefully because other PRs have passed before.

Thanks again.