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 -