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

Add GOPPC64 env avriable to go building jobs #458

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

Rajalakshmi-Girish
Copy link
Collaborator

@mkumatag I have verified if the value is being picked up while binary building by running a few jobs by doing strings <binary_name> | grep GOPPC

Also have checked in a couple of runs if the removal of PATH export is not creating any failure. Any idea why we had to include these PATH exports inspite of having these values set in all-in-one image from the beginning?

@ppc64le-cloud-bot ppc64le-cloud-bot added 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 Mar 13, 2024
Copy link
Member

@mkumatag mkumatag left a comment

Choose a reason for hiding this comment

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

/lgtm

@ppc64le-cloud-bot ppc64le-cloud-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 13, 2024
@ppc64le-cloud-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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

@ppc64le-cloud-bot ppc64le-cloud-bot merged commit 60d9d6b into ppc64le-cloud:master Mar 13, 2024
2 of 3 checks passed
@ppc64le-cloud-bot
Copy link
Contributor

@Rajalakshmi-Girish: Updated the following 2 configmaps:

  • config configmap in namespace prow at cluster default using the following files:
    • key config.yaml using file config/prow/config.yaml
  • job-config configmap in namespace prow at cluster default using the following files:
    • key test-etcd-periodics.yaml using file config/jobs/periodic/etcd/test-etcd-periodics.yaml
    • key build-golang-periodics.yaml using file config/jobs/periodic/golang/build-golang-periodics.yaml
    • key test-kubernetes-periodics.yaml using file config/jobs/periodic/kubernetes/test-kubernetes-periodics.yaml
    • key etcd-postsubmit.yaml using file config/jobs/ppc64le-cloud/builds/etcd-postsubmit.yaml
    • key kubernetes-postsubmit.yaml using file config/jobs/ppc64le-cloud/builds/kubernetes-postsubmit.yaml
    • key openshift-postsubmit.yaml using file config/jobs/ppc64le-cloud/builds/openshift-postsubmit.yaml

In response to this:

  • Have added a preset label to enable the environment variable GOPPC64=power9 for all the go binary building jobs.
  1. periodic-golang-master-build-ppc64le
  2. postsubmit-kubernetes-build-golang-master-ppc64le
  3. postsubmit-master-golang-kubernetes-unit-test-ppc64le
  4. postsubmit-os-kubernetes-build-golang-master-ppc64le
  5. postsubmit-os-origin-build-golang-master-ppc64le
  6. postsubmit-master-golang-etcd-build-test-ppc64le
  7. periodic-etcd-test-ppc64le
  8. periodic-kubernetes-unit-test-ppc64le
  9. periodic-kubernetes-containerd-e2e-node-tests-ppc64le

@mkumatag I have verified if the value is being picked up while binary building by running a few jobs by doing strings <binary_name> | grep GOPPC

Also have checked in a couple of runs if the removal of PATH export is not creating any failure. Any idea why we had to include these PATH exports inspite of having these values set in all-in-one image from the beginning?

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.

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. lgtm Indicates that a PR is ready to be merged. 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