diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/opencsd.spec b/opencsd.spec index 9dff615..14ea1d9 100644 --- a/opencsd.spec +++ b/opencsd.spec @@ -2,7 +2,7 @@ Name: opencsd Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An open source CoreSight(tm) Trace Decode library License: BSD @@ -58,6 +58,10 @@ PREFIX=%{buildroot}%{_prefix} LIB_PATH=%{_lib} make install DISABLE_STATIC=1 DEF #------------------------------------------------------------------------------ %changelog +* Tue Dec 14 2021 Michael Petlan - 1.0.0-5 +- Added gating + Related: rhbz#2031794 + * Tue Dec 07 2021 Michael Petlan - 1.0.0-4 - Bump NVR, needed for erratum RHBA-2021:85351 Related: rhbz#2029382 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..57183b8 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: "echo PASS"