Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/pluggy-1.6.0.tar.gz
|
/pluggy-*.tar.gz
|
||||||
|
/python-pluggy-*.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
4d53714f061dcd19f59f43f648660174af1d47dc SOURCES/pluggy-1.6.0.tar.gz
|
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
11
plans.fmf
Normal file
11
plans.fmf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
discover:
|
||||||
|
- name: Smoke-tests
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: python-import-test
|
||||||
|
test: python3.14 -c 'import pluggy'
|
||||||
|
require:
|
||||||
|
- python3.14-pluggy
|
||||||
|
duration: 1m
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
Loading…
Reference in New Issue
Block a user