Add gating configuration and a simple smoke test

This commit is contained in:
Tomas Orsava 2022-02-16 16:31:21 +01:00 committed by Stepan Oksanichenko
parent 0b25d676d0
commit eac0d6709e
5 changed files with 24 additions and 1 deletions

1
.Cython.metadata Normal file
View File

@ -0,0 +1 @@
6e1f2a315194526e5092e34b77622c117c14371c Cython-0.29.22.tar.gz

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -8,7 +8,7 @@
Name: Cython
Version: 0.29.22
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -129,6 +129,10 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%changelog
* Wed Feb 16 2022 Tomas Orsava <torsava@redhat.com> - 0.29.22-7
- Add gating configuration and a simple smoke test
- Related: rhbz#1950291
* Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 0.29.22-6
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8

6
gating.yaml Normal file
View File

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

11
plans.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
- name: Smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import Cython'
require:
- python3-Cython
duration: 1m
execute:
how: tmt