cpio/tests/tests.yml
Pavel Raiskup 921d7aca19 tests: minimize the tests.yml file
The fact that we have to _explicitly_ connect tests/<package>
repository with rpms/<package> repository is painful so at least
let's make the tests.yml file as small as possible so we can avoid
touching it frequently in future (or entirely if possible).
2019-02-04 14:10:46 +01:00

18 lines
457 B
YAML

# This package uses external repositories for maintaining CI test cases.
# Please don't edit this file if possible.
# TODO: minimize according to
# https://src.fedoraproject.org/rpms/tar/blob/master/f/tests/tests.yml
- hosts: localhost
roles:
- role: standard-test-beakerlib
repositories:
- repo: https://src.fedoraproject.org/tests/cpio.git
dest: cpio
fmf_filter: "tier: 1, 2"
tags:
- classic
- container
- atomic