more testing
This commit is contained in:
parent
93ec068a17
commit
48cf917720
1 changed files with 4 additions and 3 deletions
|
@ -12,8 +12,9 @@ services:
|
||||||
docker:
|
docker:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_TLS_CERTDIR: ''
|
||||||
DOCKER_TLS_CERTDIR: ''
|
command: [ "--storage-driver=vfs", "--tls=false" ]
|
||||||
|
privileged: true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
k8s:
|
k8s:
|
||||||
|
@ -31,7 +32,7 @@ pipeline:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community docker-cli kind
|
||||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||||
- sleep 30s
|
- sleep 30s
|
||||||
- docker info
|
- docker --tls=false info
|
||||||
- kind create cluster --help
|
- kind create cluster --help
|
||||||
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
|
- kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s
|
||||||
- kind get clusters
|
- kind get clusters
|
||||||
|
|
Loading…
Reference in a new issue