Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnugeorge committed Sep 26, 2019
1 parent 9e17260 commit 32db265
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/scripts/v1alpha3/check-katib-ready.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ cat manifests/v1alpha3/katib-controller/katib-config.yaml

./scripts/v1alpha3/deploy.sh

mkdir -p ${GO_DIR}
cp -r . ${GO_DIR}/
cp -r pkg/apis/manager/v1alpha3/python/* ${GO_DIR}/test/e2e/v1alpha3

echo "Deploying tf-operator from kubeflow/manifests master"
cd "${MANIFESTS_DIR}/tf-training/tf-job-operator/base"
kustomize build . | kubectl apply -n kubeflow -f -
Expand Down Expand Up @@ -125,9 +129,6 @@ kubectl -n kubeflow get svc
echo "Katib pods"
kubectl -n kubeflow get pod

mkdir -p ${GO_DIR}
cp -r . ${GO_DIR}/
cp -r pkg/apis/manager/v1alpha3/python/* ${GO_DIR}/test/e2e/v1alpha3
cd ${GO_DIR}/test/e2e/v1alpha3
kubectl apply -f valid-experiment.yaml
kubectl delete -f valid-experiment.yaml
Expand Down

0 comments on commit 32db265

Please sign in to comment.