Use tmt and osci for gating

This commit is contained in:
Lukáš Zachar 2026-06-29 17:42:54 +02:00
parent 1dc86c5770
commit 5fe9ba2aad
3 changed files with 27 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

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

23
plan.fmf Normal file
View File

@ -0,0 +1,23 @@
execute:
how: tmt
discover:
- name: python
how: shell
url: https://gitlab.com/redhat/centos-stream/tests/python.git
tests:
- name: smoke36
path: /smoke
test: VERSION=3.6 PYTHON=/usr/libexec/platform-python CYTHON=false TOX=false ./venv.sh
- name: smoke36_virtualenv
path: /smoke
test: VERSION=3.6 PYTHON=/usr/libexec/platform-python CYTHON=false TOX=false METHOD=virtualenv ./venv.sh
prepare:
- name: install packages
how: install
package:
- python3-virtualenv