committed by
Brian Goff
parent
9bf05b525d
commit
9e659145c1
@@ -58,6 +58,7 @@ jobs:
|
|||||||
MINIKUBE_WANTUPDATENOTIFICATION: false
|
MINIKUBE_WANTUPDATENOTIFICATION: false
|
||||||
MINIKUBE_WANTREPORTERRORPROMPT: false
|
MINIKUBE_WANTREPORTERRORPROMPT: false
|
||||||
SKAFFOLD_VERSION: v0.18.0
|
SKAFFOLD_VERSION: v0.18.0
|
||||||
|
GOCACHE: /home/circleci/.cache/go
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@@ -99,17 +100,28 @@ jobs:
|
|||||||
name: Watch nodes
|
name: Watch nodes
|
||||||
command: kubectl get nodes -o json --watch
|
command: kubectl get nodes -o json --watch
|
||||||
background: true
|
background: true
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-pkg-cache
|
- pkg-cache-{{ .Branch }}
|
||||||
|
- go-cache-{{ .Branch }}
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Run the end-to-end test suite
|
name: Run the end-to-end test suite
|
||||||
command: |
|
command: |
|
||||||
make e2e
|
make e2e
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: v1-pkg-cache
|
key: pkg-cache-{{ .Branch }}
|
||||||
paths:
|
paths:
|
||||||
- "/go/pkg"
|
- "/go/pkg"
|
||||||
|
- "/home/circleci/go/"
|
||||||
|
|
||||||
|
- save_cache:
|
||||||
|
key: go-cache-{{ .Branch }}
|
||||||
|
paths:
|
||||||
|
- "/home/circleci/.cache/go"
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Collect logs on failure from vkubelet-mock-0
|
name: Collect logs on failure from vkubelet-mock-0
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Reference in New Issue
Block a user