Enable component gating for RHEL 10 Beta

This commit is contained in:
Yasmin Valim 2024-07-29 18:38:03 -03:00
parent 1d9238a48e
commit 291abb9a6c
No known key found for this signature in database
GPG Key ID: 22BBB0ECEB43330C
2 changed files with 16 additions and 0 deletions

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} # this is the testcase identifier, which OSCI pipeline uses

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "afterburn --help"