Cache go build artifacts (#619)
This commit is contained in:
committed by
Brian Goff
parent
e820c905b7
commit
5b3190acb5
@@ -99,10 +99,17 @@ 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:
|
||||||
|
keys:
|
||||||
|
- v1-pkg-cache
|
||||||
- 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:
|
||||||
|
key: v1-pkg-cache
|
||||||
|
paths:
|
||||||
|
- "/go/pkg"
|
||||||
- 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