-
Notifications
You must be signed in to change notification settings - Fork 123
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 support for conditions #33
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
/assign @drewbutlerbb4 |
/label compiler |
@animeshsingh: The label(s) In response to this:
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. |
This issue will remain after #84 because conditions that receive parameters from task outputs still fail. Once this issue is fixed another PR will be made to reconcile. |
Adding Probes to ML Pipelines' pods
Add support for condition resources: https://github.com/tektoncd/pipeline/blob/master/docs/conditions.md
A direct example in kfp: https://github.com/kubeflow/pipelines/blob/0.2.2/samples/core/condition/condition.py
The text was updated successfully, but these errors were encountered: