re-import sources as agreed with the maintainer
This commit is contained in:
parent
b3000e6977
commit
540f2b03bb
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}
|
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
vars:
|
||||||
|
- pkg: "{{playbook_dir|dirname|basename}}"
|
||||||
|
- develpkg: "{{pkg}}-devel"
|
||||||
|
- pkgname: "{{pkg|regex_replace('^ghc-(.*)$', '\\1')}}"
|
||||||
|
required_packages:
|
||||||
|
- "{{develpkg}}"
|
||||||
|
tests:
|
||||||
|
- ghc:
|
||||||
|
run: echo 'main = return ()' > test.hs; ghc -package {{pkgname}} test.hs; ./test
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user