From 921d7aca19c1e04409face0a93185c61ae2c5934 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 1 Feb 2019 13:10:47 +0100 Subject: [PATCH] tests: minimize the tests.yml file The fact that we have to _explicitly_ connect tests/ repository with rpms/ 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). --- tests/tests.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 76f7cf1..4d22f40 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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