This repository was archived by the owner on Aug 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Move kfctl py code into kubeflow/kfctl #77
Labels
Comments
@richardsliu and @gabrielwen has the python code moved over? |
@gabrielwen could you provide an update please? What work remains to get this done? |
@jlewi I think I move all the code we need. just need second pair of eyes to make sure of that. |
Thanks @gabrielwen . I took a quick look. It looks like we still have code here That is also here: Lets delete the code in kubeflow/kubeflow and then we can close this |
Fixed by #4577. |
crobby
pushed a commit
to crobby/kfctl
that referenced
this issue
Dec 2, 2020
Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>
vpavlin
pushed a commit
to vpavlin/kfctl
that referenced
this issue
Jan 29, 2021
Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>
crobby
pushed a commit
to crobby/kfctl
that referenced
this issue
Feb 25, 2021
Signed-off-by: Landon LaSmith <LLaSmith@redhat.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Related to #7 - move code for kfctl to kubeflow/kfctl
We need to move the python code related to testing kfctl into kubeflow/kfctl
We should create the directory py/kubeflow/kfctl and all code should live there
The kfctl related code in py/kubeflow/kubeflow/ci should move to [py/kubeflow/kfctl/ci]
Code in kubeflow/kubeflow testing/kfctl should move to [py/kubeflow/kfctl/ci] as well
The E2E test workflow should be updated to use this code.
If there is general code in testing that might be useful for other repos not just kubeflow/kfctl then we should consider moving it into the kubeflow/testing repo instead.
The text was updated successfully, but these errors were encountered: