mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 21:54:15 +00:00
feat(ci): Switch to template ansible-v2
This commit is contained in:
parent
e4b5211b92
commit
992484bfe0
1 changed files with 1 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue