mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +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:
|
parameters:
|
||||||
- name: scenario
|
- name: scenario
|
||||||
type: string
|
type: string
|
||||||
default: centos-8
|
default: fedora-latest
|
||||||
- name: build_number
|
- name: build_number
|
||||||
type: string
|
type: string
|
||||||
- name: ansible_version
|
- name: ansible_version
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ parameters:
|
|||||||
default: 1
|
default: 1
|
||||||
- name: scenario
|
- name: scenario
|
||||||
type: string
|
type: string
|
||||||
default: centos-8
|
default: fedora-latest
|
||||||
- name: ansible_version
|
- name: ansible_version
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
- name: scenario
|
- name: scenario
|
||||||
type: string
|
type: string
|
||||||
|
default: fedora-latest
|
||||||
- name: ansible_version
|
- name: ansible_version
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user