Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/pyparted-3.11.7.tar.gz
|
SOURCES/pyparted-3.11.7.tar.gz
|
||||||
|
/pyparted-3.11.7.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
8084cb0b64542e57066716505fa4f1d28c031b09 SOURCES/pyparted-3.11.7.tar.gz
|
|
||||||
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.rpminspect.static-analysis}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.installability.functional}
|
||||||
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
changedfiles:
|
||||||
|
# ignore the Python bytecode files; they change with every build
|
||||||
|
ignore:
|
||||||
|
- "*.pyc"
|
||||||
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (pyparted-3.11.7.tar.gz) = 41018989c21aab577cd1d51f521128d072b346afb9dcdcc27490cdbc2ed4382a854e4bd16780da72a0a95bbd521f14ee0e7f02816f34656cbae734d43a4f0b83
|
||||||
21
tests/tests.yml
Normal file
21
tests/tests.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
# Fetch package source
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
required_packages:
|
||||||
|
- gcc
|
||||||
|
- make
|
||||||
|
- parted-devel
|
||||||
|
- python3-devel
|
||||||
|
- redhat-rpm-config
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: source/
|
||||||
|
run: make test PYTHON=python3
|
||||||
Loading…
Reference in New Issue
Block a user