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

ci: strip quay.io from mirrored ceph/ceph:v18 image #4032

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

nixpanic
Copy link
Member

@nixpanic nixpanic commented Aug 3, 2023

CI jobs pull the ceph/ceph:v18 image (without quay.io). If the mirroring includes the registry host, the image can not be found.

Updates: #4030


Show available bot commands

These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:

  • /retest ci/centos/<job-name>: retest the <job-name> after unrelated
    failure (please report the failure too!)

CI jobs pull the ceph/ceph:v18 image (without `quay.io`). If the
mirroring includes the registry host, the image can not be found.

Updates: ceph#4030
Signed-off-by: Niels de Vos <[email protected]>
@mergify mergify bot added the component/testing Additional test cases or CI work label Aug 3, 2023
@nixpanic nixpanic requested a review from a team August 3, 2023 12:29
@@ -8,7 +8,7 @@

# ceph-csi devel
docker.io/rook/ceph:v1.12.1 rook/ceph:v1.12.1
quay.io/ceph/ceph:v18 quay.io/ceph/ceph:v18
quay.io/ceph/ceph:v18 ceph/ceph:v18
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nixpanic why this is only required for v18 not for any other versions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I manually pusehed the other tags without quay.io, so they work fine. Ideally everything is automated and no manual pushing is needed anymore (in the future).

@mergify mergify bot merged commit 274739f into ceph:ci/centos Aug 4, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/testing Additional test cases or CI work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants