bf216b88c7
The tests are needed to enable osci.brew-build.tier0.functional.
Fixes: commit 19c33e7f4f
("add gating test")
Related: rhbz#1996988
13 lines
222 B
YAML
13 lines
222 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:
|
|
- make
|
|
- gcc
|