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

feat!: drop support for ansible-core 2.14 (#512)

##### SUMMARY

ansible-core 2.14 is EOL since 20 May 2024.

https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
This commit is contained in:
Jonas L 2024-06-11 16:21:03 +02:00 committed by GitHub
parent fb8c2a9f58
commit 8157f9a250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 6 additions and 106 deletions

View file

@ -77,16 +77,6 @@ stages:
- name: Sanity
test: 2.15/sanity
- stage: Sanity_2_14
displayName: Sanity 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: Sanity
test: 2.14/sanity
### Units
- stage: Units_devel
displayName: Units devel
@ -128,16 +118,6 @@ stages:
- name: (py3.9)
test: 2.15/units/3.9
- stage: Units_2_14
displayName: Units 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
targets:
- name: (py3.9)
test: 2.14/units/3.9
## Integration
- stage: Integration_devel
displayName: Integration devel
@ -183,17 +163,6 @@ stages:
- name: (py3.9)
test: 2.15/integration/3.9
- stage: Integration_2_14
displayName: Integration 2.14
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
groups: [1, 2, 3]
targets:
- name: (py3.9)
test: 2.14/integration/3.9
### Finally
- stage: Summary
condition: succeededOrFailed()
@ -202,16 +171,13 @@ stages:
- Sanity_2_17
- Sanity_2_16
- Sanity_2_15
- Sanity_2_14
- Units_devel
- Units_2_17
- Units_2_16
- Units_2_15
- Units_2_14
- Integration_devel
- Integration_2_17
- Integration_2_16
- Integration_2_15
- Integration_2_14
jobs:
- template: templates/coverage.yml