more testing
This commit is contained in:
parent
a9ce968b00
commit
dc39f2f870
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,9 @@ when:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
docker:
|
docker:
|
||||||
image: docker:dind
|
image: docker:dind-rootless
|
||||||
|
environment:
|
||||||
|
DOCKER_TLS_CERTDIR: ''
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
k8s:
|
k8s:
|
||||||
|
@ -27,7 +29,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- 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 15s
|
- sleep 30s
|
||||||
- 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