Skip to content
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

Fix cron task skipping builds #33

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

cevich
Copy link
Member

@cevich cevich commented May 31, 2024

Previously, it was possible for the cron task to skip all builds given the changed-file condition would always evaluate True. Fix this by also requiring the matrix element's skip to also require running in a PR context. Also add a comment warning future maintainers about the re-use of the skip's via the pbs_images YAML anchor/alias.

Fixes containers/podman#22861

Also ref. containers/image#2203 (comment)

Previously, it was possible for the cron task to skip all builds given
the changed-file condition would always evaluate `True`.  Fix this by
also requiring the matrix element's skip to also require running in a PR
context.  Also add a comment warning future maintainers about the re-use
of the skip's via the `pbs_images` YAML anchor/alias.

Signed-off-by: Chris Evich <cevich@redhat.com>
@cevich cevich merged commit f7cf63b into containers:main May 31, 2024
15 checks passed
@cevich
Copy link
Member Author

cevich commented May 31, 2024

Note: After merging, initiated a manual build to refresh all images (None were built in the last ~24 days).

@mtrmac
Copy link

mtrmac commented Jun 3, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quay.io images are lagging behind
2 participants