Skip to content

Conversation

@ComradeProgrammer
Copy link
Member

[ci]: migrate kubernetes bootcamp image to prow

@k8s-ci-robot k8s-ci-robot requested a review from nirs November 16, 2025 20:39
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from prezha November 16, 2025 20:39
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Nov 16, 2025
@k8s-ci-robot
Copy link
Contributor

@ComradeProgrammer: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
integration-kvm-containerd-linux-x86-64 700cfea link true /test integration-kvm-containerd-linux-x86-64
integration-kvm-crio-linux-x86-64 700cfea link true /test integration-kvm-crio-linux-x86-64
integration-docker-containerd-linux-x86-64 700cfea link true /test integration-docker-containerd-linux-x86-64
integration-docker-crio-linux-x86-64 700cfea link true /test integration-docker-crio-linux-x86-64
integration-none-docker-linux-x86-64 700cfea link true /test integration-none-docker-linux-x86-64

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
Copy link
Member

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:
Copy link
Member

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
Copy link
Member

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants