1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-04-15 15:04:55 +02:00
parent 1c2f366926
commit 8bd3daf46f

View file

@ -1,7 +1,20 @@
stages:
- test
test:integration-ansible-devel-py-38:
test:sanity-devel-py38:
stage: test
image: python:3.8-buster
except:
- tags
script:
- bash tests/utils/shippable/sanity.sh sanity/1
- bash tests/utils/shippable/sanity.sh sanity/2
- bash tests/utils/shippable/sanity.sh sanity/3
- bash tests/utils/shippable/sanity.sh sanity/4
tags:
- hc-bladerunner
test:integration-devel-py38:
stage: test
image: python:3.8-buster
except:
@ -14,7 +27,7 @@ test:integration-ansible-devel-py-38:
- hc-bladerunner
test:integration-ansible-devel-py-39:
test:integration-devel-py39:
stage: test
image: python:3.9-rc-buster
allow_failure: true