Have a way to retrigger only one overlay instead of rebuilding all overlays if only one failed to push to container registry. #117
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Is your feature request related to a problem? Please describe.
As Developer,
I have 10 overlays, but after 10/10 builds, one failed to push because write access was missing. Later we give write privilegies to the pipeline and we need to redeliver the same tag that would trigger again all 10 builds.
Describe the solution you'd like
OPTION 1: Have a way to retrigger only one overlay instead of rebuilding all overlays if only one failed.
OPTION 2: Introduce a check to verify write privileges are enabled with the secret-pusher before starting the pipeline (currently we check only if the repo is created on quay)
Describe alternatives you've considered
Additional context
Issue is the tag name, maybe
overlay-tag
as discussed with @harshad16The text was updated successfully, but these errors were encountered: