-
Notifications
You must be signed in to change notification settings - Fork 79
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
Improve SHA query for different registries #493
Improve SHA query for different registries #493
Conversation
from results[1], using the proper api call for quay.io now, in content-provider job: |
It now compare with the proper registry before sending api query. For registry != from quay.io (e.g. quay.rdoproject.org) don't support 'filter_tag_name' but might support 'limit', so we can retrieve more older tags.
af5d226
to
1ad1621
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/31db556dcfc54464ab53425f8fb76dc5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 06m 33s |
/test openstack-operator-build-deploy-kuttl |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/749ab5089f594915a52cde9959d3d056 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 31m 50s |
recheck |
/test openstack-operator-build-deploy-kuttl |
/lgtm content-provider job passed. Let's unblock CI :) |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e4ba701c0b694a278c1c683be247f83e ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 22m 30s |
recheck |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rebtoor, viroel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
b40eccb
into
openstack-k8s-operators:main
It now compare with the proper registry before sending api query. For registry != from quay.io (e.g. quay.rdoproject.org) don't support 'filter_tag_name' but might support 'limit', so we can retrieve more older tags.