-
Notifications
You must be signed in to change notification settings - Fork 2
pulp_container_content: Support state=read for container-push repos #68
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
Conversation
This allows us to check whether a tag exists in a container-push repository.
1044ab2 to
cf828fd
Compare
Code looked good. Didn't see the failing CI.
1c0daac to
116ad6d
Compare
One of the tests failed: Cannot open /var/lib/pulp/tmp/472@6a279c28a9a3/tmpx7xo368b/tmp0450y_ow-3a0f555ea0e559e403fd0273f0cc10d7ba533c1c8a86d17ab4aa9297c186da78-updateinfo.xml.zst: Cannot detect compression type)
fa6b247 to
0c7da52
Compare
jovial
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure looks unrelated to me. Happy for it to be fixed in another PR.
| mkdir -p settings | ||
|
|
||
| PULP_TAG=${PULP_TAG:-"3.21"} | ||
| PULP_TAG=${PULP_TAG:-"3.45"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, do we need to update this now: https://github.com/stackhpc/ansible-collection-pulp/blob/master/.github/workflows/pull_request.yml#L19-L20?
3.16 fails in some RPM tests.
jovial
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Required checks needs updating for new names
👍 will update |
This allows us to check whether a tag exists in a container-push repository.