upstream CI: Use fedora-latest as default test container.

With the removal of CentOS 8 container, the available Fedora latest
image will be used for tests, if a specific container is not given.
This commit is contained in:
Rafael Guterres Jeffman
2022-02-15 13:24:34 -03:00
parent c89f6624b5
commit 7a1bf986a8
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
parameters:
- name: scenario
type: string
default: centos-8
default: fedora-latest
- name: build_number
type: string
- name: ansible_version

View File

@@ -8,7 +8,7 @@ parameters:
default: 1
- name: scenario
type: string
default: centos-8
default: fedora-latest
- name: ansible_version
type: string
default: ""

View File

@@ -4,6 +4,7 @@ parameters:
type: string
- name: scenario
type: string
default: fedora-latest
- name: ansible_version
type: string
default: ""