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

This commit is contained in:
Andrew Klychkov 2021-04-07 10:37:09 +02:00
parent 9f653cb030
commit ba5cc75893
2 changed files with 11 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: []

View file

@ -0,0 +1,2 @@
tests/utils/shippable/check_matrix.py replace-urlopen
tests/utils/shippable/timing.py shebang