mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
[stable-5] Move stable-2.13 to EOL CI (#7288)
Move stable-2.13 to EOL CI.
This commit is contained in:
parent
46b60dfdca
commit
7b302f1d06
2 changed files with 47 additions and 75 deletions
|
@ -86,19 +86,6 @@ stages:
|
||||||
- test: 2
|
- test: 2
|
||||||
- test: 3
|
- test: 3
|
||||||
- test: 4
|
- test: 4
|
||||||
- stage: Sanity_2_13
|
|
||||||
displayName: Sanity 2.13
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
nameFormat: Test {0}
|
|
||||||
testFormat: 2.13/sanity/{0}
|
|
||||||
targets:
|
|
||||||
- test: 1
|
|
||||||
- test: 2
|
|
||||||
- test: 3
|
|
||||||
- test: 4
|
|
||||||
### Units
|
### Units
|
||||||
- stage: Units_2_15
|
- stage: Units_2_15
|
||||||
displayName: Units 2.15
|
displayName: Units 2.15
|
||||||
|
@ -127,17 +114,6 @@ stages:
|
||||||
testFormat: 2.14/units/{0}/1
|
testFormat: 2.14/units/{0}/1
|
||||||
targets:
|
targets:
|
||||||
- test: 3.9
|
- test: 3.9
|
||||||
- stage: Units_2_13
|
|
||||||
displayName: Units 2.13
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
nameFormat: Python {0}
|
|
||||||
testFormat: 2.13/units/{0}/1
|
|
||||||
targets:
|
|
||||||
- test: 2.7
|
|
||||||
- test: 3.8
|
|
||||||
|
|
||||||
## Remote
|
## Remote
|
||||||
- stage: Remote_2_15
|
- stage: Remote_2_15
|
||||||
|
@ -178,24 +154,6 @@ stages:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
- 3
|
- 3
|
||||||
- stage: Remote_2_13
|
|
||||||
displayName: Remote 2.13
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
testFormat: 2.13/{0}
|
|
||||||
targets:
|
|
||||||
- name: macOS 12.0
|
|
||||||
test: macos/12.0
|
|
||||||
- name: RHEL 8.5
|
|
||||||
test: rhel/8.5
|
|
||||||
#- name: FreeBSD 13.1
|
|
||||||
# test: freebsd/13.1
|
|
||||||
groups:
|
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
- stage: Docker_2_15
|
- stage: Docker_2_15
|
||||||
|
@ -236,24 +194,6 @@ stages:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
- 3
|
- 3
|
||||||
- stage: Docker_2_13
|
|
||||||
displayName: Docker 2.13
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
testFormat: 2.13/linux/{0}
|
|
||||||
targets:
|
|
||||||
- name: Fedora 35
|
|
||||||
test: fedora35
|
|
||||||
- name: openSUSE 15 py2
|
|
||||||
test: opensuse15py2
|
|
||||||
- name: Alpine 3
|
|
||||||
test: alpine3
|
|
||||||
groups:
|
|
||||||
- 1
|
|
||||||
- 2
|
|
||||||
- 3
|
|
||||||
|
|
||||||
### Community Docker
|
### Community Docker
|
||||||
- stage: Docker_community_2_15
|
- stage: Docker_community_2_15
|
||||||
|
@ -298,35 +238,20 @@ stages:
|
||||||
testFormat: 2.14/generic/{0}/1
|
testFormat: 2.14/generic/{0}/1
|
||||||
targets:
|
targets:
|
||||||
- test: '3.10'
|
- test: '3.10'
|
||||||
- stage: Generic_2_13
|
|
||||||
displayName: Generic 2.13
|
|
||||||
dependsOn: []
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
nameFormat: Python {0}
|
|
||||||
testFormat: 2.13/generic/{0}/1
|
|
||||||
targets:
|
|
||||||
- test: 3.9
|
|
||||||
|
|
||||||
- stage: Summary
|
- stage: Summary
|
||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- Sanity_2_13
|
|
||||||
- Sanity_2_14
|
- Sanity_2_14
|
||||||
- Sanity_2_15
|
- Sanity_2_15
|
||||||
- Units_2_13
|
|
||||||
- Units_2_14
|
- Units_2_14
|
||||||
- Units_2_15
|
- Units_2_15
|
||||||
- Remote_2_13
|
|
||||||
- Remote_2_14
|
- Remote_2_14
|
||||||
- Remote_2_15
|
- Remote_2_15
|
||||||
- Docker_2_13
|
|
||||||
- Docker_2_14
|
- Docker_2_14
|
||||||
- Docker_2_15
|
- Docker_2_15
|
||||||
- Docker_community_2_15
|
- Docker_community_2_15
|
||||||
# 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_2_13
|
|
||||||
# - Generic_2_14
|
# - Generic_2_14
|
||||||
# - Generic_2_15
|
# - Generic_2_15
|
||||||
jobs:
|
jobs:
|
||||||
|
|
47
.github/workflows/ansible-test.yml
vendored
47
.github/workflows/ansible-test.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
ansible:
|
ansible:
|
||||||
- '2.11'
|
- '2.11'
|
||||||
- '2.12'
|
- '2.12'
|
||||||
|
- '2.13'
|
||||||
# Ansible-test on various stable branches does not yet work well with cgroups v2.
|
# Ansible-test on various stable branches does not yet work well with cgroups v2.
|
||||||
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
|
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
|
||||||
# image for these stable branches. The list of branches where this is necessary will
|
# image for these stable branches. The list of branches where this is necessary will
|
||||||
|
@ -80,6 +81,10 @@ jobs:
|
||||||
python: '2.6'
|
python: '2.6'
|
||||||
- ansible: '2.12'
|
- ansible: '2.12'
|
||||||
python: '3.8'
|
python: '3.8'
|
||||||
|
- ansible: '2.13'
|
||||||
|
python: '2.7'
|
||||||
|
- ansible: '2.13'
|
||||||
|
python: '3.8'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: >-
|
- name: >-
|
||||||
|
@ -211,6 +216,48 @@ jobs:
|
||||||
# docker: default
|
# docker: default
|
||||||
# python: '3.8'
|
# python: '3.8'
|
||||||
# target: azp/generic/1/
|
# target: azp/generic/1/
|
||||||
|
# 2.13
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: fedora35
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/1/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: fedora35
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/2/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: fedora35
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/3/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: opensuse15py2
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/1/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: opensuse15py2
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/2/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: opensuse15py2
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/3/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: alpine3
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/1/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: alpine3
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/2/
|
||||||
|
- ansible: '2.13'
|
||||||
|
docker: alpine3
|
||||||
|
python: ''
|
||||||
|
target: azp/posix/3/
|
||||||
|
# Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled.
|
||||||
|
# - ansible: '2.13'
|
||||||
|
# docker: default
|
||||||
|
# python: '3.9'
|
||||||
|
# target: azp/generic/1/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: >-
|
- name: >-
|
||||||
|
|
Loading…
Add table
Reference in a new issue