From f57f09d7455887ace4be514c806cb3ec50dc4039 Mon Sep 17 00:00:00 2001 From: Jerome Marchand Date: Tue, 13 Jun 2023 11:52:19 +0200 Subject: [PATCH] Add tests/tests.yaml file It looks like tests/ directory was ommited in the c8s migration. Related: rhbz#2192949 --- tests/tests.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..dcf3979 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,15 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "git://pkgs.devel.redhat.com/tests/bcc" + dest: gating + required_packages: + - bcc + - bcc-tools + - bash + - kernel-devel + tests: + - gating