-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
SDK/DSL/Compiler - Improved compilation of dsl.Conditional - UX support done #177
SDK/DSL/Compiler - Improved compilation of dsl.Conditional - UX support done #177
Conversation
The compiler no longer produced intermediate steps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Ark-kun.
/lgtm |
* Updates the frontend to correctly parse the new format of conditional pipelines * WIP - Assume tasks and templates don't share names * Greatly simplifies graphing of conditional and non-conditional pipelines * Adds/updates StaticParser tests * Give nodes unique names
The UX changes are checked in. |
/lgtm |
@Ark-kun: you cannot LGTM your own PR. 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. |
1 similar comment
@Ark-kun: you cannot LGTM your own PR. 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. |
/lgtm |
/approve |
Needs approval from @rileyjbauer or @yebrahim |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun, rileyjbauer 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun, rileyjbauer 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 |
…ubeflow#309) * We upgraded the test cluster to use the new stackdriver monitoring to make it easier to monitor Kubeflow. * This PR updates the readme to provide instructions on how to leverage that. * Fix kubeflow#177
* updating dependancies for generating static go client files * Adding a shell script to create the static client for KFservice * adding generated go client libraries * Adding the update and verify codegen scripts * Adding verify codegen to CI process and update codegen to Makefile * Adding additional deps for client codegen * update verify-codegen.sh * Updating hack scripts
This change is