upstream CI: Enable CentOS 8 Stream for PR and nightly tests.

Add configuration to build a testing CentOS 8 stream image and to
execute upstream tests using that image in pull requests (Ansible
2.9) and on the nightly tests (all supported Ansible versions).
This commit is contained in:
Rafael Guterres Jeffman
2022-01-17 09:23:06 -03:00
parent e681f25e5c
commit 998a141482
6 changed files with 125 additions and 3 deletions

View File

@@ -18,9 +18,9 @@ stages:
scenario: fedora-latest
ansible_version: ">=2.9,<2.10"
# CentOS 9
# CentOS 9 Stream
- stage: CentOS9_Ansible_2_9
- stage: c9s_Ansible_2_9
dependsOn: []
jobs:
- template: templates/group_tests.yml
@@ -29,6 +29,17 @@ stages:
scenario: centos-9
ansible_version: ">=2.9,<2.10"
# CentOS 8 Stream
- stage: c8s_Ansible_2_9
dependsOn: []
jobs:
- template: templates/group_tests.yml
parameters:
build_number: $(Build.BuildNumber)
scenario: c8s
ansible_version: ">=2.9,<2.10"
# CentOS 8
- stage: CentOS8_Ansible_2_9