diff --git a/ci/fedora-rawhide.yaml b/ci/fedora-rawhide.yaml deleted file mode 100644 index 2372c04..0000000 --- a/ci/fedora-rawhide.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- - - # vim: sw=2 ts=2 et - - - hosts: localhost - tasks: - - name: Install necessary test dependencies for fedora-rawhide - dnf: - state: present - name: - - coreutils - - systemd - - systemd-container - - util-linux diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index be23e5c..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,17 +0,0 @@ -# This package uses external repositories for maintaining CI test cases. -# Please don't edit this file if possible. - -# TODO: minimize according to -# https://pagure.io/standard-test-roles/issue/294 - -- hosts: localhost - roles: - - role: standard-test-beakerlib - repositories: - - repo: https://src.fedoraproject.org/tests/cpio.git - dest: cpio - fmf_filter: "tag: Tier1,Tier2,Tier3" - tags: - - classic - - container - - atomic