mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 10:45:55 +00:00
CentOS 8 images are not supported anymore, and we are using CentOS 8 Stream images. This patch removes all configuration for CentOS 8 and updates test README to point to the available container images.
41 lines
795 B
YAML
41 lines
795 B
YAML
---
|
|
|
|
schedules:
|
|
- cron: "0 0 * * 0"
|
|
displayName: Weekly Sunday midnight build
|
|
branches:
|
|
include:
|
|
- master
|
|
always: true
|
|
|
|
trigger: none
|
|
|
|
pool:
|
|
vmImage: 'ubuntu-20.04'
|
|
|
|
jobs:
|
|
|
|
- template: templates/build_container.yml
|
|
parameters:
|
|
job_name_suffix: Centos7
|
|
container_name: centos-7
|
|
build_scenario_name: centos-7-build
|
|
|
|
- template: templates/build_container.yml
|
|
parameters:
|
|
job_name_suffix: C8S
|
|
container_name: c8s
|
|
build_scenario_name: c8s-build
|
|
|
|
- template: templates/build_container.yml
|
|
parameters:
|
|
job_name_suffix: C9S
|
|
container_name: c9s
|
|
build_scenario_name: c9s-build
|
|
|
|
- template: templates/build_container.yml
|
|
parameters:
|
|
job_name_suffix: FedoraLatest
|
|
container_name: fedora-latest
|
|
build_scenario_name: fedora-latest-build
|