-
Notifications
You must be signed in to change notification settings - Fork 134
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
Enable kubeflow pipeline CI/CD for ppc64le #1972
Comments
I am thinking of a similar approach to that of Any thoughts on this? |
@chensun @zijianjoy - can you help answering above questions? (it's relevant for kubeflow/pipelines#8660 (comment)) |
For tekton CI upstream , power based k8s clusters are used for running nightly CI jobs . |
@chensun @zijianjoy any thoughts on this? |
Any news on this @chensun @zijianjoy ? |
I have no experience to the first question. You can give it a try following what you found from For the second question, you can follow this example to add a new test: b5340c0 (make sure to include |
@chensun I am assuming we will need to customize this workflow file https://github.com/kubeflow/pipelines/blob/master/test/e2e_test_gke_v2.yaml for ppc64le? Or should this workflow work without modifications? |
@chensun, can you comment on this? We'd like to get this sorted out...Thanks! |
I don't know enough the difference between ppec64le and x86/amd64, it's probably up to your exploration to tell wether customization is needed or not. |
@chensun @lehrig I've attached the link of the prow job here for your reference kubeflow-pipelines-component-yaml-ppc64le. |
@chensun, does that look good to you, so we can prepare a PR? |
That being said, seems like you've figured out how to run prow job on a ppc64le cluster. Feel free to send PRs to enable this route. |
Hey @chensun, Given that the presubmit-tests-with-pipeline-deployment.sh script utilizes GCP as the deployment platform, we are uncertain whether we should leverage the existing GCP configuration or create a new one tailored for our specific use case. Your guidance on this matter would be of great help. Thanks |
I also see an option for the minikube as well, wondering if we can explore that path or something else to trigger the tests. Also see that they are using argocd, which may become one of the prerequisites for running these tests.
|
We are trying to enable kubeflow pipelines prowjobs to run tests on
ppc64le
k8s clusters. To get started,How can we add our k8s clusters which are in IBM Cloud? Will it be via K8s ExternalSecrets? https://github.com/GoogleCloudPlatform/oss-test-infra/blob/master/prow/oss/cluster/kubernetes_external_secrets.yaml
What changes are required in https://github.com/GoogleCloudPlatform/oss-test-infra/tree/master/prow/prowjobs/kubeflow/pipelines to enable prowjobs for ppc64le?
The text was updated successfully, but these errors were encountered: