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
|
||||||
19
.gitignore
vendored
19
.gitignore
vendored
@ -1 +1,18 @@
|
|||||||
SOURCES/packaging-23.2.tar.gz
|
/packaging-16.7.tar.gz
|
||||||
|
/packaging-16.8.tar.gz
|
||||||
|
/packaging-17.1.tar.gz
|
||||||
|
/packaging-19.0.tar.gz
|
||||||
|
/packaging-19.2.tar.gz
|
||||||
|
/packaging-20.0.tar.gz
|
||||||
|
/packaging-20.1.tar.gz
|
||||||
|
/packaging-20.3.tar.gz
|
||||||
|
/packaging-20.4.tar.gz
|
||||||
|
/packaging-20.7.tar.gz
|
||||||
|
/packaging-20.8.tar.gz
|
||||||
|
/packaging-20.9.tar.gz
|
||||||
|
/packaging-21.0.tar.gz
|
||||||
|
/packaging-21.2.tar.gz
|
||||||
|
/packaging-21.3.tar.gz
|
||||||
|
/packaging-23.0.tar.gz
|
||||||
|
/packaging-23.1.tar.gz
|
||||||
|
/packaging-23.2.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
4a150d7127c64e5be67db5f6cbce3601e505113e SOURCES/packaging-23.2.tar.gz
|
|
||||||
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
|
||||||
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
prepare:
|
||||||
|
how: shell
|
||||||
|
script: pip-3.12 install pretend==1.0.9
|
||||||
|
order: 90
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
require:
|
||||||
|
- python3.12-pytest
|
||||||
|
- python3.12-pip
|
||||||
|
test: |
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/packaging-*/tests) &&
|
||||||
|
rm -rf packaging &&
|
||||||
|
pytest-3.12 tests/
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user