Compare commits

..

No commits in common. "c10-beta" and "c10s" have entirely different histories.

5 changed files with 18 additions and 16 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
radii-1.0.0-vendor.tar.gz
radii-1.0.0.tar.gz
/radii-1.0.0-vendor.tar.gz
/radii-1.0.0.tar.gz

7
gating.yaml Normal file
View File

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

7
plans/tier0.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: radii CI test plan
discover:
how: fmf
url: https://github.com/mizdebsk/radii-tests
filter: tier:0
execute:
how: tmt

View File

@ -1,13 +1,3 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
%global goipath github.com/mizdebsk/radii
%global tag %{version}
%gometa -L -f
@ -73,7 +63,4 @@ install -p -m 644 completions/rhel-drivers.bash %{buildroot}%{_datadir}/bash-com
%{_datadir}/bash-completion
%changelog
## START: Generated by rpmautospec
* Wed Mar 18 2026 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.0.0-1
- Initial packaging
## END: Generated by rpmautospec
%autochangelog