-
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 - Refactored _func_to_component_spec to split code generation from signature analysis #1334
Conversation
83188ec
to
99cbc7d
Compare
/test kubeflow-pipeline-e2e-test |
2d7102a
to
2b0b414
Compare
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.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
* replace cluster-local-gateway with knative-local-gateway to support knative 0.19+ * remove istio injection * update the new variable from kubeflow#1363 to the new local gateway name * add waiting condition for knative operator * filter out storage-version-migration-serving-serving from knative condition * fix json syntax on isvc cm and exclude violations * replace cluster-local-gateway with knative-local-gateway on v0.5.0 * try removing the local svc url * Revert "Merge remote-tracking branch 'origin/knative-0.19+' into knative-0.19+" This reverts commit 1338b34769d7ff6e3b22e6b1ebad15ad4dfa3412, reversing changes made to 40a4eff11abc325ba840c3397afb8de23de81775. * replace srv.cluster.local in logger test and increase the number of pytest workers from 3 to 4 Signed-off-by: Theofilos Papapanagiotou <[email protected]> * update the developer guide for knative 0.19+ Signed-off-by: Theofilos Papapanagiotou <[email protected]> * revert example image Signed-off-by: Theofilos Papapanagiotou <[email protected]> * Change the concurrency back to 3 * Update install/v0.5.0/kfserving.yaml Co-authored-by: Dan Sun <[email protected]> * Update install/v0.5.0/kfserving.yaml Co-authored-by: Dan Sun <[email protected]> * dev guide detail fix for knative-local-gateway Signed-off-by: Theofilos Papapanagiotou <[email protected]> * set pytest concurrency to 4 Signed-off-by: Theofilos Papapanagiotou <[email protected]> * add namespace on knative-local-gateway * improve e2e test for logger * improve e2e test for logger * rollback changes to 0.5.0 release Co-authored-by: Dan Sun <[email protected]>
This refactoring is needed to allow using different code generators while sharing the same function signature analysis code.
This change is