Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
SOURCES/justbases-0.14.tar.gz
|
||||
/justbases-0.6.tar.gz
|
||||
/justbases-0.9.tar.gz
|
||||
/justbases-0.14.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
2c34f6586a5d8bb346d45a054d306f650eb94202 SOURCES/justbases-0.14.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 (justbases-0.14.tar.gz) = 210d4d2e1c4a885556395c37c3a0a3ef5791e1bcd85b62fa252843f656521caa8f5e644d13a46de1c7a34a10a42a7321c64a9e92d85495df5495c96b2d107720
|
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-source
|
||||
tags:
|
||||
- always
|
||||
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- python3-justbases
|
||||
- 'http://download.eng.bos.redhat.com/brewroot/vol/rhel-8/packages/python-tox/2.9.1/6.el8+7/noarch/python3-tox-2.9.1-6.el8+7.noarch.rpm'
|
||||
tests:
|
||||
- simple:
|
||||
dir: ./
|
||||
run: /usr/bin/tox -c /var/str/source/tox.ini -e test
|
Loading…
Reference in New Issue
Block a user