-
Notifications
You must be signed in to change notification settings - Fork 192
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
Prow build check is broken #538
Comments
/assign @cheftako |
This was referenced Nov 4, 2023
k8s-ci-robot
pushed a commit
to kubernetes/test-infra
that referenced
this issue
Nov 6, 2023
Fixing kubernetes-sigs/apiserver-network-proxy/issues/538 Issue is REGISTRY is not set. We used to pull the registry using gcloud. This breaks when not running on GCP. Registry is not actually needed for the presubmit. However we still need a non-empty string. Setting a placeholder value for the test.
I believe fixed with kubernetes/test-infra#31196 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Multiple PRs are stuck because prow checks are failing with:
It may be fallout from recent change: #529
It may be tempting to update prow to pass an explicit
REGISTRY=
, but it might be nicer to simplifymake docker-build-*
targets to use local-only image tags.Also, we should remove the
gcloud
command in our Makefile (cloud-provider extraction).The text was updated successfully, but these errors were encountered: