mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-06-18 04:09:59 +00:00
CI: Move ansible-core 2.18 completely to GHA (#1277)
* Move ansible-core 2.18 completely to GHA. * Shorten group names.
This commit is contained in:
parent
c5a5d7c337
commit
97fa83ee03
@ -49,28 +49,8 @@ resources:
|
|||||||
pool: Standard
|
pool: Standard
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: remote_2_18
|
|
||||||
displayName: Remote ansible-core 2.18
|
|
||||||
dependsOn: []
|
|
||||||
variables:
|
|
||||||
entryPoint: tests/utils/shippable/nox.sh
|
|
||||||
jobs:
|
|
||||||
- template: templates/matrix.yml
|
|
||||||
parameters:
|
|
||||||
targets:
|
|
||||||
- name: RHEL 9.7 + group 1
|
|
||||||
test: ansible-test-integration-2.18-rhel-9.7-azp-1
|
|
||||||
- name: RHEL 9.7 + group 2
|
|
||||||
test: ansible-test-integration-2.18-rhel-9.7-azp-2
|
|
||||||
- name: RHEL 9.7 + group 3
|
|
||||||
test: ansible-test-integration-2.18-rhel-9.7-azp-3
|
|
||||||
- name: RHEL 9.7 + group 4
|
|
||||||
test: ansible-test-integration-2.18-rhel-9.7-azp-4
|
|
||||||
- name: RHEL 9.7 + group 5
|
|
||||||
test: ansible-test-integration-2.18-rhel-9.7-azp-5
|
|
||||||
|
|
||||||
- stage: remote_2_19
|
- stage: remote_2_19
|
||||||
displayName: Remote ansible-core 2.19
|
displayName: Remote 2.19
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
entryPoint: tests/utils/shippable/nox.sh
|
entryPoint: tests/utils/shippable/nox.sh
|
||||||
@ -90,7 +70,7 @@ stages:
|
|||||||
test: ansible-test-integration-2.19-ubuntu-22.04-azp-5
|
test: ansible-test-integration-2.19-ubuntu-22.04-azp-5
|
||||||
|
|
||||||
- stage: remote_2_20
|
- stage: remote_2_20
|
||||||
displayName: Remote ansible-core 2.20
|
displayName: Remote 2.20
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
entryPoint: tests/utils/shippable/nox.sh
|
entryPoint: tests/utils/shippable/nox.sh
|
||||||
@ -110,7 +90,7 @@ stages:
|
|||||||
test: ansible-test-integration-2.20-rhel-9.7-azp-5
|
test: ansible-test-integration-2.20-rhel-9.7-azp-5
|
||||||
|
|
||||||
- stage: remote_2_21
|
- stage: remote_2_21
|
||||||
displayName: Remote ansible-core 2.21
|
displayName: Remote 2.21
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
entryPoint: tests/utils/shippable/nox.sh
|
entryPoint: tests/utils/shippable/nox.sh
|
||||||
@ -130,7 +110,7 @@ stages:
|
|||||||
test: ansible-test-integration-2.21-rhel-10.1-azp-5
|
test: ansible-test-integration-2.21-rhel-10.1-azp-5
|
||||||
|
|
||||||
- stage: remote_devel
|
- stage: remote_devel
|
||||||
displayName: Remote ansible-core devel
|
displayName: Remote devel
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
entryPoint: tests/utils/shippable/nox.sh
|
entryPoint: tests/utils/shippable/nox.sh
|
||||||
@ -162,7 +142,6 @@ stages:
|
|||||||
- stage: Summary
|
- stage: Summary
|
||||||
condition: succeededOrFailed()
|
condition: succeededOrFailed()
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- remote_2_18
|
|
||||||
- remote_2_19
|
- remote_2_19
|
||||||
- remote_2_20
|
- remote_2_20
|
||||||
- remote_2_21
|
- remote_2_21
|
||||||
|
|||||||
@ -29,7 +29,7 @@ def update_azp_config(session: nox.Session) -> None:
|
|||||||
"--exclude-tags",
|
"--exclude-tags",
|
||||||
"docker",
|
"docker",
|
||||||
"--min-ansible-core",
|
"--min-ansible-core",
|
||||||
"2.18",
|
"2.19",
|
||||||
]
|
]
|
||||||
if antsibull_nox.IN_CI:
|
if antsibull_nox.IN_CI:
|
||||||
command.append("--fail-on-change")
|
command.append("--fail-on-change")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user