From 8bd3daf46fc94fcaf0eae2692be7bb586e8b0d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Wed, 15 Apr 2020 15:04:55 +0200 Subject: [PATCH] debug --- .gitlab-ci.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af60cd8..0218670 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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