From 859e2aff9ee97e57ca77829a313dbcf4765cff00 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 28 Jul 2023 14:45:05 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 6 ++++++ gating.yaml | 6 ++++++ tests/tests.yml | 12 ++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 gating.yaml create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 128495b..cae26ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ +hscolour-1.17.tar.gz +/hscolour-1.19.tar.gz +/hscolour-1.20.2.tar.gz +/hscolour-1.20.3.tar.gz +/hscolour-1.23.tar.gz +/hscolour-1.24.1.tar.gz /hscolour-1.24.2.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..6985029 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..61d00fd --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,12 @@ +--- +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-basic + required_packages: + - hscolour + tests: + - help: + run: HsColour --help +...