mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #11901/9ef1dbb6 backport][stable-12] Move ansible-core 2.18 to EOL CI (#11904)
Move ansible-core 2.18 to EOL CI (#11901)
Move ansible-core 2.18 to EOL CI.
(cherry picked from commit 9ef1dbb6d5)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -109,19 +109,6 @@ stages:
|
|||||||
- test: 2
|
- test: 2
|
||||||
- test: 3
|
- test: 3
|
||||||
- test: 4
|
- test: 4
|
||||||
- stage: Sanity_2_18
|
|
||||||
displayName: Sanity 2.18
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
nameFormat: Test {0}
|
|
||||||
testFormat: 2.18/sanity/{0}
|
|
||||||
targets:
|
|
||||||
- test: 1
|
|
||||||
- test: 2
|
|
||||||
- test: 3
|
|
||||||
- test: 4
|
|
||||||
### Units
|
### Units
|
||||||
- stage: Units_devel
|
- stage: Units_devel
|
||||||
displayName: Units devel
|
displayName: Units devel
|
||||||
@@ -174,18 +161,6 @@ stages:
|
|||||||
- test: 3.8
|
- test: 3.8
|
||||||
- test: "3.11"
|
- test: "3.11"
|
||||||
- test: "3.13"
|
- test: "3.13"
|
||||||
- stage: Units_2_18
|
|
||||||
displayName: Units 2.18
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
nameFormat: Python {0}
|
|
||||||
testFormat: 2.18/units/{0}/1
|
|
||||||
targets:
|
|
||||||
- test: 3.8
|
|
||||||
- test: "3.11"
|
|
||||||
- test: "3.13"
|
|
||||||
|
|
||||||
## Remote
|
## Remote
|
||||||
- stage: Remote_devel_extra_vms
|
- stage: Remote_devel_extra_vms
|
||||||
@@ -282,22 +257,6 @@ stages:
|
|||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
- 3
|
- 3
|
||||||
- stage: Remote_2_18
|
|
||||||
displayName: Remote 2.18
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
testFormat: 2.18/{0}
|
|
||||||
targets:
|
|
||||||
# - name: macOS 14.3
|
|
||||||
# test: macos/14.3
|
|
||||||
- name: FreeBSD 14.1
|
|
||||||
test: freebsd/14.1
|
|
||||||
groups:
|
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
- stage: Docker_devel
|
- stage: Docker_devel
|
||||||
@@ -372,24 +331,6 @@ stages:
|
|||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
- 3
|
- 3
|
||||||
- stage: Docker_2_18
|
|
||||||
displayName: Docker 2.18
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
testFormat: 2.18/linux/{0}
|
|
||||||
targets:
|
|
||||||
- name: Fedora 40
|
|
||||||
test: fedora40
|
|
||||||
- name: Alpine 3.20
|
|
||||||
test: alpine320
|
|
||||||
- name: Ubuntu 24.04
|
|
||||||
test: ubuntu2404
|
|
||||||
groups:
|
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
|
|
||||||
### Community Docker
|
### Community Docker
|
||||||
- stage: Docker_community_devel
|
- stage: Docker_community_devel
|
||||||
@@ -460,17 +401,6 @@ stages:
|
|||||||
# testFormat: 2.19/generic/{0}/1
|
# testFormat: 2.19/generic/{0}/1
|
||||||
# targets:
|
# targets:
|
||||||
# - test: '3.9'
|
# - test: '3.9'
|
||||||
# - test: '3.13'
|
|
||||||
# - stage: Generic_2_18
|
|
||||||
# displayName: Generic 2.18
|
|
||||||
# dependsOn: []
|
|
||||||
# jobs:
|
|
||||||
# - template: templates/matrix.yml
|
|
||||||
# parameters:
|
|
||||||
# nameFormat: Python {0}
|
|
||||||
# testFormat: 2.18/generic/{0}/1
|
|
||||||
# targets:
|
|
||||||
# - test: '3.8'
|
|
||||||
# - test: '3.13'
|
# - test: '3.13'
|
||||||
|
|
||||||
- stage: Summary
|
- stage: Summary
|
||||||
@@ -480,29 +410,24 @@ stages:
|
|||||||
- Sanity_2_21
|
- Sanity_2_21
|
||||||
- Sanity_2_20
|
- Sanity_2_20
|
||||||
- Sanity_2_19
|
- Sanity_2_19
|
||||||
- Sanity_2_18
|
|
||||||
- Units_devel
|
- Units_devel
|
||||||
- Units_2_21
|
- Units_2_21
|
||||||
- Units_2_20
|
- Units_2_20
|
||||||
- Units_2_19
|
- Units_2_19
|
||||||
- Units_2_18
|
|
||||||
- Remote_devel_extra_vms
|
- Remote_devel_extra_vms
|
||||||
- Remote_devel
|
- Remote_devel
|
||||||
- Remote_2_21
|
- Remote_2_21
|
||||||
- Remote_2_20
|
- Remote_2_20
|
||||||
- Remote_2_19
|
- Remote_2_19
|
||||||
- Remote_2_18
|
|
||||||
- Docker_devel
|
- Docker_devel
|
||||||
- Docker_2_21
|
- Docker_2_21
|
||||||
- Docker_2_20
|
- Docker_2_20
|
||||||
- Docker_2_19
|
- Docker_2_19
|
||||||
- Docker_2_18
|
|
||||||
- Docker_community_devel
|
- Docker_community_devel
|
||||||
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
|
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
|
||||||
# - Generic_devel
|
# - Generic_devel
|
||||||
# - Generic_2_21
|
# - Generic_2_21
|
||||||
# - Generic_2_20
|
# - Generic_2_20
|
||||||
# - Generic_2_19
|
# - Generic_2_19
|
||||||
# - Generic_2_18
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: templates/coverage.yml
|
- template: templates/coverage.yml
|
||||||
|
|||||||
53
.github/workflows/ansible-test.yml
vendored
53
.github/workflows/ansible-test.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
ansible:
|
ansible:
|
||||||
- '2.17'
|
- '2.17'
|
||||||
|
- '2.18'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Perform sanity testing
|
- name: Perform sanity testing
|
||||||
@@ -63,6 +64,12 @@ jobs:
|
|||||||
python: '3.10'
|
python: '3.10'
|
||||||
- ansible: '2.17'
|
- ansible: '2.17'
|
||||||
python: '3.12'
|
python: '3.12'
|
||||||
|
- ansible: '2.18'
|
||||||
|
python: '3.8'
|
||||||
|
- ansible: '2.18'
|
||||||
|
python: '3.11'
|
||||||
|
- ansible: '2.18'
|
||||||
|
python: '3.13'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: >-
|
- name: >-
|
||||||
@@ -144,6 +151,52 @@ jobs:
|
|||||||
# docker: default
|
# docker: default
|
||||||
# python: '3.12'
|
# python: '3.12'
|
||||||
# target: azp/generic/1/
|
# target: azp/generic/1/
|
||||||
|
# 2.18
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: fedora40
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/1/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: fedora40
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/2/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: fedora40
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/3/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: ubuntu2404
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/1/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: ubuntu2404
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/2/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: ubuntu2404
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/3/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: alpine320
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/1/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: alpine320
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/2/
|
||||||
|
- ansible: '2.18'
|
||||||
|
docker: alpine320
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/3/
|
||||||
|
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
|
||||||
|
# - ansible: '2.18'
|
||||||
|
# docker: default
|
||||||
|
# python: '3.8'
|
||||||
|
# target: azp/generic/1/
|
||||||
|
# - ansible: '2.18'
|
||||||
|
# docker: default
|
||||||
|
# python: '3.13'
|
||||||
|
# target: azp/generic/1/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: >-
|
- name: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user