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

[minor] Support ppc64le architecture #21

Open
wants to merge 29 commits into
base: stable
Choose a base branch
from
Open

Conversation

shajeena
Copy link
Contributor

@shajeena shajeena commented Feb 26, 2025

Changes to support architecture power ppc64le

Addition of ppc64le  to workflow, cleanup of workflow
updated tge python-collect-prebuilt-wheels.py
image/clibase/install - updated all the install with respect to Power

@shajeena shajeena marked this pull request as ready for review February 27, 2025 07:37
@shajeena
Copy link
Contributor Author

shajeena commented Mar 4, 2025

Verified if there is no regression cause by these changes. tested in s390x cluster.
https://jsw.ibm.com/browse/MASR-3259

@durera durera changed the title Multiarch power [minor] Support ppc64le architecture Mar 4, 2025
@shajeena shajeena requested a review from durera March 5, 2025 10:17
Copy link
Contributor

@durera durera left a comment

Choose a reason for hiding this comment

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

Also, the build is failing because the W3_USERNAME env var hasn't been registered in the workflow files where it's needed

e.g. like we have here for these ones:

env:
  ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }}
  QUAYIO_USERNAME:   ${{ secrets.QUAYIO_USERNAME }}
  QUAYIO_PASSWORD:   ${{ secrets.QUAYIO_PASSWORD }}
  

README.md Outdated
| `mongodump` v100.10.0 | ✔️ | ✔️ | ✔️ | ✔️ |
| `oc` | ✔️ | ✔️ | ✔️ | ✔️ |
| `oc mirror` | ✔️ | ✔️ | ✔️ | ✔️ |
| `oc ibm-pak` v1.16.2 | ✔️ | ✔️ | ✔️ | * Plug-in container-service is not supported |
Copy link
Contributor

Choose a reason for hiding this comment

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

this just needs to be the red X, or it will break the table formatting


ARTIFACTORY_URL = "https://na.artifactory.swg-devops.com/artifactory/wiotp-generic-local/dependencies/wheels/s390x"
W3_USERNAME, ARTIFACTORY_TOKEN = "[email protected]", os.environ["ARTIFACTORY_TOKEN"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Still have username hardcoded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants