Skip to content
Snippets Groups Projects
Commit 1fee891a authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

upstream ci: enable ansible-core 2.12 for CentOS 9 Stream.

Enables ansible-core 2.12 for CentOS 9 stream on nightly tests.
parent 4aab1599
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,15 @@ stages: ...@@ -72,6 +72,15 @@ stages:
scenario: centos-9 scenario: centos-9
ansible_version: "-core >=2.11,<2.12" ansible_version: "-core >=2.11,<2.12"
- stage: CentOS9_Ansible_Core_2_12
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: centos-9
ansible_version: "-core >=2.12,<2.13"
- stage: CentOS9_Ansible_latest - stage: CentOS9_Ansible_latest
dependsOn: [] dependsOn: []
jobs: jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment