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
|
||||
15
.gitignore
vendored
15
.gitignore
vendored
@ -1 +1,14 @@
|
||||
SOURCES/3.3.0.tar.gz
|
||||
/2.0.3.tar.gz
|
||||
/2.0.4.tar.gz
|
||||
/2.0.6.tar.gz
|
||||
/2.0.7.tar.gz
|
||||
/2.0.8.tar.gz
|
||||
/2.0.9.tar.gz
|
||||
/2.0.10.tar.gz
|
||||
/2.0.11.tar.gz
|
||||
/2.0.12.tar.gz
|
||||
/2.1.0.tar.gz
|
||||
/3.0.1.tar.gz
|
||||
/3.1.0.tar.gz
|
||||
/3.2.0.tar.gz
|
||||
/3.3.0.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
18dbe9b8ebb6b026711e5e40b3d7e2b7585a84f5 SOURCES/3.3.0.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}
|
||||
15
plan.fmf
Normal file
15
plan.fmf
Normal file
@ -0,0 +1,15 @@
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: bundled tests
|
||||
require:
|
||||
- python3.12-pytest
|
||||
- python3.12-charset-normalizer
|
||||
test: |
|
||||
cd $(dirname $TMT_SOURCE_DIR/charset_normalizer-*/tests) &&
|
||||
rm -rf charset-normalizer &&
|
||||
sed -i "/addopts = --cov/d" setup.cfg &&
|
||||
pytest-3.12 tests
|
||||
Loading…
Reference in New Issue
Block a user