Enable RHEL10 gating on dist-git tests

Enable gating testing by adding gating.yaml and tests/tests.yml.

Signed-off-by: Xin Long <lxin@redhat.com>
This commit is contained in:
Xin Long 2024-05-27 16:29:18 -04:00
parent 80c46c0ffc
commit 7cfb457b99
2 changed files with 30 additions and 0 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

24
tests/tests.yml Normal file
View File

@ -0,0 +1,24 @@
# Tests for Jansson
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
required_packages:
- autoconf
- automake
- libtool
- make
- gcc
- role: standard-test-basic
tests:
- build-test:
dir: ./source
run: ./configure && make
- unit-tests:
dir: ./source
run: make check
- test-logs:
dir: ./source
run: cat test/test-suite.log