From 99f088b8e4edd8be385bb9b8a2832d9626310d64 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 31 Jan 2022 15:55:57 +0000 Subject: [PATCH] Move el8 tests over that OSCI couldn't be bothered with when they force enabled tests. SIGH! Add resolves so I can actually push this Add rpminspect so it (hopfully) doesn't crash Resolves: rhbz#2041848 Resolves: rhbz#1920063 Signed-off-by: Peter Robinson --- rpminspect.yaml | 3 +++ tests/tests.yml | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 rpminspect.yaml create mode 100644 tests/tests.yml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..2771533 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +--- +inspections: + annocheck: off diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..d21d167 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . # switch to subfolder. This parameter is REQUIRED, use `dir: .` for current folder + run: /usr/libexec/greenboot/greenboot check # this is your test command, its exit code is the outcome of the test