Skip to content

Commit

Permalink
fix: Fix test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <gaoce@caicloud.io>
  • Loading branch information
gaocegege committed Sep 23, 2019
1 parent be46d11 commit c889bff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/scripts/v1alpha3/run-suggestion-bayesian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cd ${GO_DIR}/test/e2e/v1alpha3

echo "Running e2e skopt bayesian optimization experiment"
export KUBECONFIG=$HOME/.kube/config
go run run-e2e-experiment.go ../../../examples/v1alpha3/skopt-bayesian-optimization-example.yaml
go run run-e2e-experiment.go ../../../examples/v1alpha3/bayesianoptimization-example.yaml
kubectl -n kubeflow describe suggestion
kubectl -n kubeflow delete experiment skopt-bayesian-optimization-example
kubectl -n kubeflow delete experiment bayesianoptimization-example
exit 0
4 changes: 2 additions & 2 deletions test/scripts/v1alpha3/run-suggestion-grid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cd ${GO_DIR}/test/e2e/v1alpha3

echo "Running e2e chocolate grid experiment"
export KUBECONFIG=$HOME/.kube/config
go run run-e2e-experiment.go ../../../examples/v1alpha3/chocolate-grid-example.yaml
go run run-e2e-experiment.go ../../../examples/v1alpha3/grid-example.yaml
kubectl -n kubeflow describe suggestion
kubectl -n kubeflow delete experiment chocolate-grid-example
kubectl -n kubeflow delete experiment grid-example
exit 0
4 changes: 2 additions & 2 deletions test/scripts/v1alpha3/run-suggestion-random.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cd ${GO_DIR}/test/e2e/v1alpha3

echo "Running e2e hyperopt random experiment"
export KUBECONFIG=$HOME/.kube/config
go run run-e2e-experiment.go ../../../examples/v1alpha3/hyperopt-random-example.yaml
go run run-e2e-experiment.go ../../../examples/v1alpha3/random-example.yaml
kubectl -n kubeflow describe suggestion
kubectl -n kubeflow delete experiment hyperopt-random-example
kubectl -n kubeflow delete experiment random-example
exit 0

0 comments on commit c889bff

Please sign in to comment.