Skip to content

Commit

Permalink
Add extra calico check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
knkski committed Nov 25, 2020
1 parent fdb8158 commit 9de59d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-kubeflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
sudo pip3 install pytest sh kfp requests pyyaml
git clone https://github.com/juju-solutions/bundle-kubeflow.git
cd bundle-kubeflow
sudo microk8s status --wait-ready
sudo microk8s kubectl -n kube-system rollout status ds/calico-node
trap 'sudo pkill -f svc/pipelines-api' SIGINT SIGTERM EXIT
sudo microk8s kubectl -n kubeflow port-forward svc/pipelines-api 8888:8888 &
(i=30; while ! curl localhost:8888 ; do ((--i)) || exit; sleep 1; done)
Expand Down Expand Up @@ -179,6 +181,8 @@ jobs:
sudo pip3 install pytest sh kfp requests pyyaml
git clone https://github.com/juju-solutions/bundle-kubeflow.git
cd bundle-kubeflow
sudo microk8s status --wait-ready
sudo microk8s kubectl -n kube-system rollout status ds/calico-node
trap 'sudo pkill -f svc/pipelines-api' SIGINT SIGTERM EXIT
microk8s kubectl -n kubeflow port-forward svc/pipelines-api 8888:8888 &
(i=30; while ! curl localhost:8888 ; do ((--i)) || exit; sleep 1; done)
Expand Down

0 comments on commit 9de59d1

Please sign in to comment.