test: deploy vk when running e2e
Signed-off-by: Paulo Pires <pjpires@gmail.com>
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user