forked from kubeflow/kubeflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use python to define the E2E test workflow for kfctl. (kubeflow#4148)
* Use python to define the E2E test workflow for kfctl. * We need to write an E2E test for kfctl upgrade (kubeflow/kfctl#35). Before we do that we want to remove ksonnet from our existing E2E test. The E2E test for upgrades will be very similar to the kfctl E2E test so it makes sense to convert that test to python before writing the upgrade test. * Related to kubeflow#3035 migrate e2e tests off ksonnet * Code to setup default profile should not return an error if the secret already exists. This prevents us from calling apply multiple times. * Related to kubeflow/issues/3810; kfctl apply fails if we rerun it * Fixing working directory of juptyer test. * Update prow_config.yaml to use the new py_funcs for the kfctl_e2e tests * Update kfctl_go_test.py to determine whether we are using basic_auth from the KFDef spec rather than the command line arguments. * Address comments.
- Loading branch information
1 parent
293185f
commit 98c6cc0
Showing
5 changed files
with
665 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module github.com/kubeflow/kubeflow | ||
|
||
go 1.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.