Compare commits
No commits in common. "c8-beta" and "c8s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
25
.gitignore
vendored
25
.gitignore
vendored
@ -1 +1,24 @@
|
|||||||
SOURCES/6.0.1.tar.gz
|
PyYAML-3.09.tar.gz
|
||||||
|
/PyYAML-3.10.tar.gz
|
||||||
|
/PyYAML-3.11.tar.gz
|
||||||
|
/PyYAML-3.12.tar.gz
|
||||||
|
/PyYAML-4.1.tar.gz
|
||||||
|
/pyyaml-4.1.tar.gz
|
||||||
|
/PyYAML-4.2b4.tar.gz
|
||||||
|
/PyYAML-5.1b1.tar.gz
|
||||||
|
/PyYAML-5.1b3.tar.gz
|
||||||
|
/PyYAML-5.1b6.tar.gz
|
||||||
|
/PyYAML-5.1.tar.gz
|
||||||
|
/PyYAML-5.1.1.tar.gz
|
||||||
|
/PyYAML-5.1.2.tar.gz
|
||||||
|
/5.1.2.tar.gz
|
||||||
|
/5.2.tar.gz
|
||||||
|
/5.3.tar.gz
|
||||||
|
/5.3.1.tar.gz
|
||||||
|
/5.4b1.tar.gz
|
||||||
|
/5.4b2.tar.gz
|
||||||
|
/5.4.tar.gz
|
||||||
|
/5.4.1.tar.gz
|
||||||
|
/6.0b1.tar.gz
|
||||||
|
/6.0.tar.gz
|
||||||
|
/6.0.1.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
92973f1325d583f46728248bf26975fe3f62432a SOURCES/6.0.1.tar.gz
|
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
13
plan.fmf
Normal file
13
plan.fmf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
require:
|
||||||
|
- python3.12-pyyaml
|
||||||
|
test: |
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/pyyaml-*/tests) &&
|
||||||
|
rm -rf yaml &&
|
||||||
|
python3.12 tests/lib/test_all.py
|
Loading…
Reference in New Issue
Block a user