re-import sources as agreed with the maintainer
This commit is contained in:
parent
2a50c051ff
commit
e0bc80f222
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
6
gating.yaml
Normal 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
20
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user