Merge pull request #621 from mikebrow/golang-sync-with-containerd
adds go 1.10 to ci test
This commit is contained in:
commit
00cd5b6a0c
31
.travis.yml
31
.travis.yml
@ -33,13 +33,13 @@ jobs:
|
|||||||
- make .gitvalidation
|
- make .gitvalidation
|
||||||
- make binaries
|
- make binaries
|
||||||
- make containerd
|
- make containerd
|
||||||
go: 1.9.x
|
go: "1.9.x"
|
||||||
- script:
|
- script:
|
||||||
- make install.tools
|
- make install.tools
|
||||||
- make .gitvalidation
|
- make .gitvalidation
|
||||||
- make binaries
|
- make binaries
|
||||||
- make containerd
|
- make containerd
|
||||||
go: tip
|
go: "1.10"
|
||||||
- stage: Test
|
- stage: Test
|
||||||
script:
|
script:
|
||||||
- make install.deps
|
- make install.deps
|
||||||
@ -52,7 +52,19 @@ jobs:
|
|||||||
- cat /tmp/test-integration/containerd.log
|
- cat /tmp/test-integration/containerd.log
|
||||||
- cat /tmp/test-cri/cri-containerd.log
|
- cat /tmp/test-cri/cri-containerd.log
|
||||||
- cat /tmp/test-cri/containerd.log
|
- cat /tmp/test-cri/containerd.log
|
||||||
go: 1.9.x
|
go: "1.9.x"
|
||||||
|
script:
|
||||||
|
- make install.deps
|
||||||
|
- make test
|
||||||
|
- make test-integration
|
||||||
|
- make test-cri
|
||||||
|
after_script:
|
||||||
|
# Abuse travis to preserve the log.
|
||||||
|
- cat /tmp/test-integration/cri-containerd.log
|
||||||
|
- cat /tmp/test-integration/containerd.log
|
||||||
|
- cat /tmp/test-cri/cri-containerd.log
|
||||||
|
- cat /tmp/test-cri/containerd.log
|
||||||
|
go: "1.10"
|
||||||
- script:
|
- script:
|
||||||
- make install.deps
|
- make install.deps
|
||||||
- make containerd
|
- make containerd
|
||||||
@ -63,4 +75,15 @@ jobs:
|
|||||||
# Abuse travis to preserve the log.
|
# Abuse travis to preserve the log.
|
||||||
- cat /tmp/test-integration/containerd.log
|
- cat /tmp/test-integration/containerd.log
|
||||||
- cat /tmp/test-cri/containerd.log
|
- cat /tmp/test-cri/containerd.log
|
||||||
go: 1.9.x
|
go: "1.9.x"
|
||||||
|
- script:
|
||||||
|
- make install.deps
|
||||||
|
- make containerd
|
||||||
|
- sudo make install-containerd
|
||||||
|
- make test-integration STANDALONE_CRI_CONTAINERD=false
|
||||||
|
- make test-cri STANDALONE_CRI_CONTAINERD=false
|
||||||
|
after_script:
|
||||||
|
# Abuse travis to preserve the log.
|
||||||
|
- cat /tmp/test-integration/containerd.log
|
||||||
|
- cat /tmp/test-cri/containerd.log
|
||||||
|
go: "1.10"
|
||||||
|
Loading…
Reference in New Issue
Block a user