Fix rpm-sti-test tests
Fix tests/tests.yaml, they were copied from fedora src. Run RHEL tests instead. Signed-off-by: Francisco Trivino <ftrivino@redhat.com>
This commit is contained in:
parent
1cf02823a4
commit
93bfad73fe
@ -1,16 +1,21 @@
|
|||||||
---
|
---
|
||||||
|
#
|
||||||
|
# 1minutetip --buildroot rhel10
|
||||||
|
#
|
||||||
|
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
tags:
|
||||||
- classic
|
- classic
|
||||||
repositories:
|
roles:
|
||||||
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
|
- role: standard-test-source
|
||||||
dest: "pyproject-rpm-macros"
|
|
||||||
tests:
|
|
||||||
- mockbuild_cryptography:
|
|
||||||
dir: pyproject-rpm-macros/tests
|
|
||||||
run: fedpkg clone -a python-cryptography && cd python-cryptography && (git switch f$(rpm -q --qf '%{VERSION}' fedora-release-common) || :) && fedpkg sources && ../mocktest.sh python-cryptography
|
|
||||||
required_packages:
|
required_packages:
|
||||||
- fedpkg
|
- rust-toolset
|
||||||
- mock
|
|
||||||
|
- role: standard-test-basic
|
||||||
|
required_packages:
|
||||||
|
- python3-setuptools-rust
|
||||||
|
tests:
|
||||||
|
# build rust_with_cffi example (requires downloads from crates.io)
|
||||||
|
- example-rust-with-cffi:
|
||||||
|
dir: "source/examples/rust_with_cffi"
|
||||||
|
run: mkdir .cargo && cargo vendor > .cargo/config.toml && python3 setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user