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

cluster-api-push-images-nightly job is failing #7165

Closed
sbueringer opened this issue Sep 5, 2022 · 4 comments · Fixed by #7363
Closed

cluster-api-push-images-nightly job is failing #7165

sbueringer opened this issue Sep 5, 2022 · 4 comments · Fixed by #7363
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@sbueringer
Copy link
Member

sbueringer commented Sep 5, 2022

Just got a mail that our nightly image push job doesn't work anymore.

See: https://testgrid.k8s.io/sig-cluster-lifecycle-image-pushes#cluster-api-push-images-nightly

Looks like this was caused by #7135 and the new image doesn't contain gsutil anymore.

P.S. post-cluster-api-push-images still works because it doesn't use gsutil.

/kind bug
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Sep 5, 2022
@k8s-ci-robot
Copy link
Contributor

@sbueringer: This issue is currently awaiting triage.

If CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Sep 5, 2022
@chrischdi
Copy link
Member

Seems to be a regression via kubernetes/test-infra@b5133ab which did remove the following command which lead to an installed gsutil binary:

/google-cloud-sdk/install.sh \
        --disable-installation-options \
        --bash-completion=false \
        --path-update=false \
        --usage-reporting=false

@chrischdi
Copy link
Member

Adding gsutil to the command gcloud components install ... in https://github.com/kubernetes/test-infra/blob/master/images/gcb-docker-gcloud/Dockerfile#L41 would install it again. However I was not able to get context of it getting deleted on purpose (at the PR).

@sbueringer
Copy link
Member Author

sbueringer commented Sep 5, 2022

Let's open an issue in test-infra an cc author/reviewers of this PR

Or maybe just open a PR cc them and let's see what happens :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants