kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.59k stars 1.61k forks source link

Expose starry_net yaml to GitHub #10943

Closed chensun closed 3 months ago

chensun commented 3 months ago

Expose starry_net yaml to GitHub

Fix GitHub test error:

>       with open(file_path, 'r') as component_stream:
E       FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/site-packages/google_cloud_pipeline_components/_implementation/starry_net/evaluation/evaluation.yaml'
/usr/local/lib/python3.8/site-packages/kfp/components/load_yaml_utilities.py:53: FileNotFoundError

Signed-off-by: Googler nobody@google.com

google-oss-prow[bot] commented 3 months ago

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

Test name Commit Details Required Rerun command
kubeflow-pipelines-components-google-cloud-python38 30c59c0236b3d925a88fd5088e49c21d91e442d8 link true /test kubeflow-pipelines-components-google-cloud-python38
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
google-oss-prow[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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: - **[components/OWNERS](https://github.com/kubeflow/pipelines/blob/master/components/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
chensun commented 3 months ago

Test failure to be resolved by https://github.com/GoogleCloudPlatform/oss-test-infra/pull/2306 merge as-is