Add additional RPM repos for tests
Signed-off-by: Julien Rische <jrische@redhat.com>
This commit is contained in:
parent
45c48824c7
commit
81d701e8e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,3 +17,5 @@
|
|||||||
/mod_auth_gssapi-1.6.3.tar.gz
|
/mod_auth_gssapi-1.6.3.tar.gz
|
||||||
/mod_auth_gssapi-1.6.4.tar.gz
|
/mod_auth_gssapi-1.6.4.tar.gz
|
||||||
/mod_auth_gssapi-1.6.5.tar.gz
|
/mod_auth_gssapi-1.6.5.tar.gz
|
||||||
|
/artifacts
|
||||||
|
/tests/artifacts
|
||||||
|
@ -1,5 +1,26 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
pre_tasks:
|
||||||
|
- name: Add EPEL repo
|
||||||
|
yum_repository:
|
||||||
|
name: epel
|
||||||
|
file: epel
|
||||||
|
description: Extra Packages for Enterprise Linux $releasever - $basearch
|
||||||
|
baseurl: https://dl.fedoraproject.org/pub/epel/$releasever/Everything/$basearch/
|
||||||
|
enabled: yes
|
||||||
|
gpgcheck: no
|
||||||
|
- name: Add Fedora 41 repo for libfaketime
|
||||||
|
yum_repository:
|
||||||
|
name: fedora41-libfaketime
|
||||||
|
file: fedora41-libfaketime
|
||||||
|
description: libfaketime (Fedora 41)
|
||||||
|
baseurl: https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/$basearch/os/
|
||||||
|
enabled: yes
|
||||||
|
gpgcheck: no
|
||||||
|
priority: 99
|
||||||
|
includepkgs: libfaketime
|
||||||
roles:
|
roles:
|
||||||
- role: standard-test-source
|
- role: standard-test-source
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user