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:
parent
9f653cb030
commit
ba5cc75893
2 changed files with 11 additions and 0 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
2
tests/sanity/ignore-2.12.txt
Normal file
2
tests/sanity/ignore-2.12.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
tests/utils/shippable/check_matrix.py replace-urlopen
|
||||
tests/utils/shippable/timing.py shebang
|
||||
Loading…
Add table
Add a link
Reference in a new issue