re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-29 14:44:53 +02:00
parent 2a50c051ff
commit e0bc80f222
3 changed files with 30 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,2 +1,4 @@
SOURCES/argh-0.26.1.tar.gz
/argh-0.26.1.tar.gz
*~
*.rpm
*.tar*
results_*/

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

20
tests/tests.yml Normal file
View File

@ -0,0 +1,20 @@
---
- hosts: localhost
tags:
- classic
pre_tasks:
- name: Copy spec file to remote machine
copy:
src: "{{ playbook_dir }}/../python-argh.spec"
dest: /tmp/python-argh.spec
- name: Install build dependencies
shell: dnf -y build-dep /tmp/python-argh.spec
args:
warn: false
roles:
- role: standard-test-source
- role: standard-test-basic
tests:
- smoke:
dir: ./source
run: python3 setup.py test