ci: Add support for CentOS 9 Stream on upstream CI.

This patch adds support for running upstream tests using Centos-9
stream images. Both pull request and nightly tests are updated.
This commit is contained in:
Rafael Guterres Jeffman
2021-11-26 09:58:58 -03:00
parent 9252284504
commit 214b6bba7e
3 changed files with 58 additions and 0 deletions

View File

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