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).
This commit is contained in:
parent
5c80fc077d
commit
921d7aca19
@ -1,20 +1,17 @@
|
||||
---
|
||||
# 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
|
||||
|
||||
# This first play always runs on the local staging system
|
||||
- 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
|
||||
|
||||
repositories:
|
||||
- repo: https://src.fedoraproject.org/tests/cpio.git
|
||||
dest: "cpio"
|
||||
|
||||
tests:
|
||||
- cpio/sanity-test-create-extract
|
||||
|
||||
required_packages:
|
||||
- findutils # sanity-test-create-extract needs find command
|
||||
- cpio # sanity-test-create-extract needs cpio command
|
||||
- atomic
|
||||
|
Loading…
Reference in New Issue
Block a user