Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
SOURCES/argh-0.26.1.tar.gz
|
*~
|
||||||
|
*.rpm
|
||||||
|
*.tar*
|
||||||
|
results_*/
|
||||||
|
@ -1 +0,0 @@
|
|||||||
5411db27524efc8d37e1310cdd4529a97c092557 SOURCES/argh-0.26.1.tar.gz
|
|
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}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (argh-0.26.1.tar.gz) = 8c286434b13fe72eca7c35313581921f49ab8934e0c791bd230ed775067507dc492b73b76c9ec521161395aeb8d1cfedc71e3251bba8f68d2227c3cf56c326bf
|
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