From eda8a7ab4bf66ebd010f766b87bd6b6c9f7ec534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 24 Apr 2025 15:26:26 +0200 Subject: [PATCH] Switch internal tests to point to public smoke tests Related: RHELMISC-10641 --- .gitignore | 1 - gating.yaml | 2 +- plans/smoke.fmf | 9 +++++++++ plans/tier1-internal.fmf | 11 ----------- 4 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 plans/smoke.fmf delete mode 100644 plans/tier1-internal.fmf diff --git a/.gitignore b/.gitignore index 2c7b63b..ac4b8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /*.tar.gz /*.src.rpm -/*/ diff --git a/gating.yaml b/gating.yaml index e79b399..9e8ec58 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,4 +5,4 @@ decision_contexts: - osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.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..83ac3f6 --- /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/mariadb-java-client.git +execute: + how: tmt +prepare: + - how: install + package: java-21-openjdk-headless diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf deleted file mode 100644 index fb2dc6c..0000000 --- a/plans/tier1-internal.fmf +++ /dev/null @@ -1,11 +0,0 @@ -summary: Internal Tier1 tests plan -discover: - how: fmf - filter: 'tier: 1' - url: https://pkgs.devel.redhat.com/git/tests/mariadb-java-client -execute: - how: tmt -adjust: - enabled: false - when: distro == centos-stream or distro == fedora -