From 5a03b2384bcfd54e670a03db265165a067c74e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 17 Oct 2024 13:41:30 +0200 Subject: [PATCH] Add smoke tests Related: RHEL-62409 Related: RHEL-62403 --- .fmf/version | 1 + ci.fmf | 1 + gating.yaml | 1 + plans/smoke.fmf | 15 +++++++++++++++ 4 files changed, 18 insertions(+) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 plans/smoke.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index d6b7694..e6a72cb 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,6 @@ product_versions: decision_contexts: - osci_compose_gate rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke.functional} # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap} diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..2f4ffaa --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,15 @@ +summary: Basic smoke tests +discover: + how: fmf + # FIXME + #url: https://src.fedoraproject.org/tests/javapackages-tools + url: https://src.fedoraproject.org/forks/mkoncek/tests/javapackages-tools + ref: c9s +prepare: + how: install + exclude: + - maven-local-openjdk8 + - maven-local-openjdk11 + - maven-local-openjdk17 +execute: + how: tmt