1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

Tests: add testing against 2.11 (#75)

* Tests: add testing against 2.11

* Fix
This commit is contained in:
Andrew Klychkov 2021-04-08 14:00:14 +02:00 committed by GitHub
parent 737c14736e
commit c46d09bda5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -48,6 +48,15 @@ stages:
targets:
- name: Sanity
test: 'devel/sanity/1'
- stage: Ansible_2_11
displayName: Sanity 2.11
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: '2.11/sanity/1'
- stage: Ansible_2_10
displayName: Sanity & Units 2.10
dependsOn: []
@ -81,6 +90,19 @@ stages:
- name: hcloud
test: 'devel/hcloud/3.8'
- stage: Hetzner_2_11
displayName: Hetzner 2.11
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
groups:
- 1
- 2
targets:
- name: hcloud
test: '2.11/hcloud/3.8'
- stage: Hetzner_2_10
displayName: Hetzner 2.10
dependsOn: []
@ -114,9 +136,11 @@ stages:
condition: succeededOrFailed()
dependsOn:
- Ansible_devel
- Ansible_2_11
- Ansible_2_10
- Ansible_2_9
- Hetzner_devel
- Hetzner_2_11
- Hetzner_2_10
- Hetzner_2_9
jobs: