Skip to content

Commit

Permalink
debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge committed Dec 11, 2018
1 parent a4aefc0 commit 228a7be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ until curl localhost:6789 || [ $TIMEOUT -eq 0 ]; do
done
cp -r test ${GO_DIR}/test
cd ${GO_DIR}/test/e2e
kubectl logs $(kubectl get pods -l component=suggestion-random -n kubeflow -o=name) -n kubeflow
kubectl logs $(kubectl get pods -l component=core -n kubeflow -o=name) -n kubeflow

go run test-client.go -a random
go run test-client.go -a grid -c suggestion-config-grid.yml
#go run test-client.go -a hyperband -c suggestion-config-hyb.yml

0 comments on commit 228a7be

Please sign in to comment.