04c2aa8047
This reverts commit 5c113c69b1
.
Unretirement request: https://pagure.io/releng/issue/10183
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
20 lines
368 B
YAML
20 lines
368 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- selftest
|
|
required_packages:
|
|
- autoconf
|
|
- automake
|
|
- libtool
|
|
- libcap-ng-devel
|
|
- glib2-devel
|
|
- pkgconf
|
|
- systemd
|
|
- ncurses-devel
|
|
- numactl-devel
|