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

refactor: use built-in buildah --retry #1663

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

tnevrlka
Copy link
Contributor

@tnevrlka tnevrlka commented Nov 28, 2024

  • Retries were achieved by writing a loop around the buildah command
  • buildah actually has a --retry option
  • Use the built-in option in order to simplify the code

@tnevrlka
Copy link
Contributor Author

/retest

@tnevrlka tnevrlka marked this pull request as ready for review November 28, 2024 18:41
- Retries were achieved by writing a loop around the buildah command
- buildah actually has a `--retry` option
- Use the built-in option in order to simplify the code
@tnevrlka tnevrlka force-pushed the refactor-buildah-retries branch from d401620 to 996ac89 Compare December 5, 2024 10:16
@tnevrlka tnevrlka added this pull request to the merge queue Dec 6, 2024
Merged via the queue into konflux-ci:main with commit 48f8f4b Dec 6, 2024
16 checks passed
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.

4 participants