Use tmt and osci for gating
This commit is contained in:
parent
1dc86c5770
commit
5fe9ba2aad
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
@ -1,6 +1,8 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
|
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-8
|
- rhel-8
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
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
23
plan.fmf
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user