From 30aff44e29cdc4b3e6fd5c9fd264a7bc060bbb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 24 Apr 2025 15:33:03 +0200 Subject: [PATCH] =?UTF-8?q?Switch=20internal=20tests=20to=20point=20to=20p?= =?UTF-8?q?ublic=20smoke=20tests=C5=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related: RHELMISC-10640 --- gating.yaml | 2 +- plans/smoke.fmf | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 plans/smoke.fmf diff --git a/gating.yaml b/gating.yaml index c190bde..32d0620 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke.functional} diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..e753eda --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,9 @@ +summary: Basic smoke test +discover: + how: fmf + url: https://gitlab.com/redhat/centos-stream/tests/postgresql-jdbc.git +execute: + how: tmt +prepare: + - how: install + package: java-21-openjdk-headless