Compare commits
No commits in common. "c8-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
58
.gitignore
vendored
58
.gitignore
vendored
@ -1 +1,57 @@
|
|||||||
SOURCES/Cython-0.29.35.tar.gz
|
Cython-0.12.1.tar.gz
|
||||||
|
/Cython-0.13.tar.gz
|
||||||
|
/Cython-0.14.tar.gz
|
||||||
|
/Cython-0.14.1.tar.gz
|
||||||
|
/Cython-0.15.tar.gz
|
||||||
|
/Cython-0.15.1.tar.gz
|
||||||
|
/Cython-0.16.tar.gz
|
||||||
|
/Cython-0.17b3.tar.gz
|
||||||
|
/Cython-0.17.tar.gz
|
||||||
|
/Cython-0.17.1.tar.gz
|
||||||
|
/Cython-0.17.2.tar.gz
|
||||||
|
/Cython-0.17.3.tar.gz
|
||||||
|
/Cython-0.18.tar.gz
|
||||||
|
/Cython-0.19.tar.gz
|
||||||
|
/Cython-0.19.2.tar.gz
|
||||||
|
/Cython-0.20.tar.gz
|
||||||
|
/Cython-0.20.1.tar.gz
|
||||||
|
/Cython-0.21.tar.gz
|
||||||
|
/Cython-0.21.1.tar.gz
|
||||||
|
/Cython-0.22.tar.gz
|
||||||
|
/Cython-0.23.tar.gz
|
||||||
|
/Cython-0.23.4.tar.gz
|
||||||
|
/Cython-0.24.1.tar.gz
|
||||||
|
/Cython-0.25.2.tar.gz
|
||||||
|
/Cython-0.27.1.tar.gz
|
||||||
|
/Cython-0.27.3.tar.gz
|
||||||
|
/Cython-0.28.1.tar.gz
|
||||||
|
/Cython-0.28.4.tar.gz
|
||||||
|
/Cython-0.28.5.tar.gz
|
||||||
|
/Cython-0.29~rc2.tar.gz
|
||||||
|
/Cython-0.29.tar.gz
|
||||||
|
/Cython-0.29.1.tar.gz
|
||||||
|
/Cython-0.29.3.tar.gz
|
||||||
|
/Cython-0.29.5.tar.gz
|
||||||
|
/Cython-0.29.6.tar.gz
|
||||||
|
/Cython-0.29.7.tar.gz
|
||||||
|
/Cython-0.29.9.tar.gz
|
||||||
|
/Cython-0.29.10.tar.gz
|
||||||
|
/Cython-0.29.11.tar.gz
|
||||||
|
/Cython-0.29.12.tar.gz
|
||||||
|
/Cython-0.29.13.tar.gz
|
||||||
|
/Cython-0.29.14.tar.gz
|
||||||
|
/Cython-0.29.15.tar.gz
|
||||||
|
/Cython-0.29.16.tar.gz
|
||||||
|
/Cython-0.29.17.tar.gz
|
||||||
|
/Cython-0.29.19.tar.gz
|
||||||
|
/Cython-0.29.21.tar.gz
|
||||||
|
/Cython-0.29.22.tar.gz
|
||||||
|
/Cython-0.29.24.tar.gz
|
||||||
|
/Cython-0.29.26.tar.gz
|
||||||
|
/Cython-0.29.28.tar.gz
|
||||||
|
/Cython-0.29.29.tar.gz
|
||||||
|
/Cython-0.29.30.tar.gz
|
||||||
|
/Cython-0.29.32.tar.gz
|
||||||
|
/Cython-0.29.33.tar.gz
|
||||||
|
/Cython-0.29.34.tar.gz
|
||||||
|
/Cython-0.29.35.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
9ecfb5e77f737eb7e92b023bfe9c08f49fb22983 SOURCES/Cython-0.29.35.tar.gz
|
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
22
plan.fmf
Normal file
22
plan.fmf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
environment:
|
||||||
|
PYTHON: python3.12
|
||||||
|
discover:
|
||||||
|
- how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: bundled demos
|
||||||
|
require:
|
||||||
|
- python3.12-devel
|
||||||
|
- python3.12-numpy
|
||||||
|
- python3.12-setuptools
|
||||||
|
- gcc-c++
|
||||||
|
- gcc
|
||||||
|
- make
|
||||||
|
test: |
|
||||||
|
cd $TMT_SOURCE_DIR/cython-*/Demos &&
|
||||||
|
sed "s/\bpython\b/python3.12/" -i Makefile callback/Makefile \
|
||||||
|
embed/Makefile &&
|
||||||
|
make test
|
||||||
|
- how: fmf
|
Loading…
Reference in New Issue
Block a user