From afc2fe0844b792860a97d302b5acde8e25e028c8 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 29 Jun 2023 14:45:11 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 2 +- gating.yaml | 6 ++++++ tests/tests.yml | 8 ++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 gating.yaml create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 448cc6e..f9ba59b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/humanize-0.5.1.tar.gz +/humanize-0.5.tar.gz /humanize-0.5.1.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..fea77dd --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,8 @@ +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://src.osci.redhat.com/tests/abrt.git" + dest: "abrt"