Add initial gating tests

This commit is contained in:
Omair Majid 2024-07-30 18:19:13 -04:00
parent 34031caf38
commit 1bb5049560
3 changed files with 31 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

21
gating.yaml Normal file
View File

@ -0,0 +1,21 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

9
tests/ci.fmf Normal file
View File

@ -0,0 +1,9 @@
summary: Always passing test
prepare:
how: install
package:
- bash
- lttng-ust
execute:
script:
- true # always pass