feat(ci): Switch to template ansible-v2

This commit is contained in:
Jadyn Emma Jaeger 2022-08-02 14:55:55 +02:00
parent e4b5211b92
commit 992484bfe0
No known key found for this signature in database
GPG key ID: 632410170049FDDA

View file

@ -1,6 +1,6 @@
include:
- project: 'famedly/company/devops/templates/ci-cd'
ref: 'ansible-v1'
ref: 'ansible-v2'
file: '/ansible.yml'
stages:
@ -8,32 +8,6 @@ stages:
- build
- publish
# Debian Stable
sanity 3.9:
variables:
PYTHON_VERSION: "3.9"
ANSIBLE_VERSION: "2.13.2"
extends: .ansible-test-sanity
# Latest stable Python
sanity 3.10:
variables:
PYTHON_VERSION: "3.10"
ANSIBLE_VERSION: "2.13.2"
extends: .ansible-test-sanity
unit:
variables:
PYTHON_VERSION: "3.10"
ANSIBLE_VERSION: "2.13.2"
extends: .ansible-test-units
integration:
variables:
PYTHON_VERSION: "3.10"
ANSIBLE_VERSION: "2.13.2"
extends: .ansible-test-integration
black:
stage: test
image: registry.gitlab.com/pipeline-components/black:latest