upstream CI: enable tests on Fedora Rawide.

This patch enable upstream CI to build a testing Fedora Rawhide
container and enables its use in nightly and weekly test runs.
This commit is contained in:
Rafael Guterres Jeffman
2022-07-05 19:05:16 -03:00
parent 9dcff9a308
commit 31810ad7c0
5 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
driver:
name: docker
platforms:
- name: fedora-rawhide
image: quay.io/ansible-freeipa/upstream-tests:fedora-rawhide
pre_build_image: true
hostname: ipaserver.test.local
dns_servers:
- 127.0.0.1
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
command: /usr/sbin/init
privileged: true
provisioner:
name: ansible
playbooks:
prepare: ../resources/playbooks/prepare.yml
prerun: false