Commit Graph

2 Commits

Author SHA1 Message Date
Jonathon Jongsma
893334e56f Fix gating
The indentation of the yaml file was incorrect so the osci
infrastructure was not actually running the gating test.

Related: rhbz#1999686

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
2022-01-20 10:41:51 -06:00
Jonathon Jongsma
19753c6401 Add gating
Add gating.yml to satisfy gating requirements. Since the unit tests run
during build, there's a lot of confidence that things are working
properly, so just add a very basic gating test that executes the binary
and makes sure it works.

Also add rpminspect.yml to disable the annocheck test for rpminspect.
This test assumes that gcc is used and therefore is expected to fail for
rust binaries.

Related: rhbz#1999686

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
2022-01-19 13:53:16 -06:00