backport: CI health improving changes#709
Open
Molter73 wants to merge 3 commits into
Open
Conversation
The self-deleter image is based on a rust image that is hosted on docker, dockerhub some times throttles our downloads and causes flakes on CI. We move the images used to ones that are based on quay.io to mitigate this throttling.
The Store artifacts step uploads debug logs for human inspection but is not consumed by any downstream job. Network errors (ECONNRESET) during upload were causing passing test runs to be marked as failed. Test failures still fail the job.
This was needed for the branch strategy for merging PRs, since we moved to PR merging, we don't need this anymore.
Stringy
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is a backport of 3 separate PRs that help in keeping CI happy:
These may not seem like much, but the MintMaker PRs to the release-0.2 branch have been failing mostly with the errors to store artifacts and the self-deleter image being rate limited by dockerhub. Not running CI on the
konflux/**is more for cleanup than getting CI to pass.Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
Change is merely backports that have already been tested by themselves on the main branch.