From f3eff17f1a7689737eb8b2e33f98af32462acd70 Mon Sep 17 00:00:00 2001 From: Viktor Malik Date: Tue, 13 Jun 2023 11:51:52 +0200 Subject: [PATCH] Add gating tier1 tests The gating.yaml file has been added during the migration to GitLab but the tests dir has not. This makes the gating fail. Related: rhbz#2192950 --- tests/tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..1863edc --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,14 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "git://pkgs.devel.redhat.com/tests/bpftrace" + dest: gating + required_packages: + - bpftrace + - bash + - kernel-devel + tests: + - gating