From a5e5f9c5a06968e7c195d4796a0a338370133889 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 27 Jul 2021 11:08:09 +0200 Subject: [PATCH] Add gating test Resolves: rhbz#1980994 --- gating.yaml | 7 +++++++ tests/tests.yml | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 gating.yaml create mode 100644 tests/tests.yml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..6f49862 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# recipients: abokovoy, frenaud, kaleem, ftrivino, cheimes +--- !Policy +product_versions: + - rhel-9 +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..b0fa8ce --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,19 @@ +--- +# +# 1minutetip --buildroot rhel9 +# + +- hosts: localhost + tags: + - classic + roles: + - role: standard-test-source + + - role: standard-test-basic + required_packages: + - python3-setuptools-rust + tests: + # build tomlgen example (requires downloads from crates.io) + - example-tomlgen: + dir: "source/examples/tomlgen" + run: python3 setup.py build