mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
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:
@@ -2,7 +2,7 @@
|
||||
parameters:
|
||||
- name: scenario
|
||||
type: string
|
||||
default: centos-8
|
||||
default: fedora-latest
|
||||
- name: build_number
|
||||
type: string
|
||||
- name: ansible_version
|
||||
|
||||
@@ -8,7 +8,7 @@ parameters:
|
||||
default: 1
|
||||
- name: scenario
|
||||
type: string
|
||||
default: centos-8
|
||||
default: fedora-latest
|
||||
- name: ansible_version
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
@@ -4,6 +4,7 @@ parameters:
|
||||
type: string
|
||||
- name: scenario
|
||||
type: string
|
||||
default: fedora-latest
|
||||
- name: ansible_version
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
Reference in New Issue
Block a user