Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
896684186ac790f124d157508e9a7bc194b0fc9c SOURCES/v1.6.0.tar.gz
|
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
|
/dtc-1.4.5.tar.xz
|
||||||
|
/v1.4.6.tar.gz
|
||||||
|
/v1.6.0.tar.gz
|
||||||
SOURCES/v1.6.0.tar.gz
|
SOURCES/v1.6.0.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 (v1.6.0.tar.gz) = caeb9177aa9a04e309228287b3e29f093ddafb96931dac76875f1892583b1d1fcf21172120fd58274c28dd110b6f6f84ee298ad6a152c7af623adbf09cfc49da
|
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
remote_user: root
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: "/usr/bin/dtc --version"
|
||||||
|
required_packages:
|
||||||
|
- dtc
|
Loading…
Reference in New Issue
Block a user