Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
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 (v0.2.5.tar.gz) = a344c03b39780bdb223bd2d4e195f0977e07f3a53fc8ed823fa15a612441b432ff0818ff84f272abdedcee80d616f461bbabee876ee6129a76ed944b2ce74430
|
2
tests/runtest.sh
Executable file
2
tests/runtest.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
make -C source test
|
19
tests/tests.yml
Normal file
19
tests/tests.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user