diff --git a/gating.yaml b/gating.yaml index 9512778..9e8ec58 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,3 +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/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 diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf deleted file mode 100644 index e443d18..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/postgresql-jdbc -execute: - how: tmt -adjust: - enabled: false - when: distro == centos-stream or distro == fedora -