Skip to content

Conversation

Rajalakshmi-Girish
Copy link
Contributor

Fixes #34345
Had to skip below utilities for ppc64le:

  • gcloud core install google-cloud-sdk/install.sh
  • cfssl
  • kind

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. area/images size/S Denotes a PR that changes 10-29 lines, ignoring generated files. sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Feb 26, 2025
@Rajalakshmi-Girish
Copy link
Contributor Author

@upodroid @dims Can you PTAL when you have sometime?

- --tag=us-central1-docker.pkg.dev/$PROJECT_ID/images/kubekins-e2e:$_GIT_TAG-$_CONFIG
- --build-arg=IMAGE_ARG=us-central1-docker.pkg.dev/$PROJECT_ID/images/kubekins-e2e:$_GIT_TAG-$_CONFIG
- --platform=linux/amd64,linux/arm64
- --platform=linux/amd64,linux/arm64,linux/ppc64le
Copy link
Member

Choose a reason for hiding this comment

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

Can you add these lines at the end of the file?

options:
  machineType: E2_HIGHCPU_32

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

@upodroid upodroid left a comment

Choose a reason for hiding this comment

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

I missed it. Thanks

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 26, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Rajalakshmi-Girish, upodroid

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 26, 2025
@k8s-ci-robot k8s-ci-robot merged commit c7fcf4e into kubernetes:master Feb 26, 2025
5 checks passed
@huww98
Copy link
Contributor

huww98 commented Mar 11, 2025

I think this PR removes kind from all arch. Dockerfile default to sh rather than bash.

# if [[ ${TARGETARCH} != "ppc64le" && -n "${KIND_VERSION}" ]]; then echo yes; fi
sh: 3: [[: not found
# echo $?
0

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. area/images cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

kubekins-e2e-v2 multi arch container image for ppc64le

4 participants