test: deploy vk when running e2e

Signed-off-by: Paulo Pires <pjpires@gmail.com>
This commit is contained in:
Paulo Pires
2018-12-01 19:23:44 +00:00
parent 28a757f4da
commit 5512db892a
3 changed files with 38 additions and 32 deletions

View File

@@ -86,10 +86,6 @@ jobs:
until kubectl get nodes -o jsonpath="$JSONPATH" 2>&1 | grep -q "Ready=True"; do
sleep 1;
done
- run:
name: Deploy virtual-kubelet
command: |
make skaffold MODE=run
- run:
name: Run the end-to-end test suite
command: |