From 189187aa0a5d69d4fc5496312ccf4d5bd9988672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 8 Jun 2023 12:39:22 +0200 Subject: [PATCH] CI: Build python-cryptography --- tests/tests.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..c846c48 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" + dest: "pyproject-rpm-macros" + tests: + - mockbuild_cryptography: + dir: pyproject-rpm-macros/tests + # note: this always builds from the rawhide branch, no idea how to reference the target branch of the test + run: fedpkg clone -a python-cryptography && cd python-cryptography && fedpkg sources && ../mocktest.sh python-cryptography + required_packages: + - fedpkg + - mock