Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

7 changed files with 31 additions and 1 deletions

4
.gitignore vendored
View File

@ -1 +1,3 @@
SOURCES/v0.2.5.tar.gz
SOURCES/v0.2.4.tar.gz
/v0.2.4.tar.gz
/v0.2.5.tar.gz

6
gating.yaml Normal file
View 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
View File

@ -0,0 +1 @@
SHA512 (v0.2.5.tar.gz) = a344c03b39780bdb223bd2d4e195f0977e07f3a53fc8ed823fa15a612441b432ff0818ff84f272abdedcee80d616f461bbabee876ee6129a76ed944b2ce74430

2
tests/runtest.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
make -C source test

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- atomic
- classic
required_packages:
- make
- ncurses-devel
- gcc
tests:
- smoke:
dir: .
run: ./runtest.sh