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
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
||||
SOURCES/cffi-1.16.0.tar.gz
|
||||
/cffi-*.tar.gz
|
||||
/cffi-*.tar.bz2
|
||||
/cffi-*/
|
||||
/results_python-cffi/
|
||||
*.rpm
|
||||
|
||||
@ -1 +0,0 @@
|
||||
907c177687fc820052ae26b77bf519e92e683527 SOURCES/cffi-1.16.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}
|
||||
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: bundled tests
|
||||
require:
|
||||
- python3.12-pytest
|
||||
- python3.12-cffi
|
||||
- python3.12-devel
|
||||
- python3.12-setuptools
|
||||
- patch
|
||||
- gcc-c++
|
||||
test: |
|
||||
cd $(dirname $TMT_SOURCE_DIR/cffi-*/testing) &&
|
||||
patch -p1 < $TMT_TREE/tests-no-error-sign-conversion.patch &&
|
||||
rm -rf cffi* &&
|
||||
pytest-3.12 testing/cffi0
|
||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (cffi-1.16.0.tar.gz) = 2115f4d2431f36b18494182d2abb378a750c970dfdf083cfc287b004e52830efe703f07f71a17c89060b47eaa3b52e7b2390017d1980eb39695bdaf31bac3bb5
|
||||
Loading…
Reference in New Issue
Block a user