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(KONFLUX-6028): Stop fetching tags with skopeo inspect #1737

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

arewm
Copy link
Member

@arewm arewm commented Dec 9, 2024

By default, skopeo inspect will try to fetch all of the tags for a remote repository. This can take a lot of time if there are many present. Therefore, unless we need tags, we should use one of

  • skopeo inspect --raw
  • skopeo inspect --no-tags

as both of these will not try to list all tags.

Before you complete this pull request ...

Look for any open pull requests in the repository with the title "e2e-tests update" and
see if there are recent e2e-tests updates that will be applicable to your change.

@arewm arewm requested a review from a team as a code owner December 9, 2024 16:32
By default, skopeo inspect will try to fetch all of the tags for a
remote repository. This can take a lot of time if there are many
present. Therefore, unless we need tags, we should use one of

* `skopeo inspect --raw`
* `skopeo inspect --no-tags`

as both of these will not try to list all tags.

Signed-off-by: arewm <[email protected]>
@arewm arewm force-pushed the skopeo-stop-fetching-tags branch from 8743b9f to 3058c6d Compare December 9, 2024 16:34
@arewm
Copy link
Member Author

arewm commented Dec 9, 2024

I suspect that the e2e tests will time out due to cluster slowness this morning.

@arewm
Copy link
Member Author

arewm commented Dec 9, 2024

/retest

@arewm arewm enabled auto-merge December 9, 2024 20:17
@arewm arewm added this pull request to the merge queue Dec 9, 2024
Merged via the queue into konflux-ci:main with commit 225c123 Dec 9, 2024
16 checks passed
ashwindasr added a commit to openshift-priv/art-konflux-template that referenced this pull request Dec 9, 2024
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.

2 participants