Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/rpmfluff-0.5.7.1.tar.xz
|
||||
/rpmfluff-0.5.7.1.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
e70b13bb334c3afecfc3b1f79575c612856bc40d SOURCES/rpmfluff-0.5.7.1.tar.xz
|
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 (rpmfluff-0.5.7.1.tar.xz) = 31c6e3ba2c7a62329aabcf15f428401d51c1d3556baf7b9ad255a62f67978c8be053374f575fd4f3d99166b0f46f5fdd1f88a099edb801479660c97830df68c9
|
3
tests/scripts/run_tests.sh
Executable file
3
tests/scripts/run_tests.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/bash
|
||||
set -eux
|
||||
python3 /usr/lib/python3.6/site-packages/rpmfluff.py
|
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
# Run a simple test
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
|
||||
required_packages:
|
||||
- python36
|
||||
- gcc
|
||||
|
||||
tests:
|
||||
- simple:
|
||||
dir: scripts
|
||||
run: ./run_tests.sh
|
Loading…
Reference in New Issue
Block a user