-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[ci]: migrate kubernetes bootcamp image to prow #21904
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
base: master
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ComradeProgrammer 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 |
|
@ComradeProgrammer: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
| @@ -1,5 +1,4 @@ | |||
| .PHONY: integration-prow-kvm-docker-linux-x86-64 | |||
|
|
|||
| .PHONY: integration-prow-kvm-docker-linux-x86-64 integration-prow-docker-docker-linux-x86-64 push-kubernetes-bootcamp | |||
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.
how about add this new phony right before the target to match other ones. Instead of putting all .phonies in one place
| ./out/minitest --deployer boskos --tester kvm-docker-linux-amd64-integration --config hack/prow/kvm.json | ||
| ./out/minitest --deployer boskos --tester kvm-docker-linux-amd64-integration --config hack/prow/kvm.json | ||
|
|
||
| push-kubernetes-bootcamp: |
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.
how about naming it prow so all prow things have a prow in their name
push-prow-kubernetes-bootcamp:
| docker run --rm --privileged tonistiigi/binfmt:latest --install all | ||
| docker buildx create --name multiarch --bootstrap | ||
| docker buildx build --builder multiarch --push --platform linux/amd64,linux/arm64 \ | ||
| -t gcr.io/minikube/kubernetes-bootcamp:$(_GIT_TAG) -t gcr.io/minikube/kubernetes-bootcamp:latest deploy/image/kubernetes-bootcamp |
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.
do we have access to gcr.io/minikube in prow ?
[ci]: migrate kubernetes bootcamp image to prow