From 8cc1208ce2715de193e89d93fd168538bd2d4745 Mon Sep 17 00:00:00 2001 From: James Molet Date: Fri, 10 Jul 2026 12:09:14 -0400 Subject: [PATCH] Enable Konflux gating via OSCI Testing Farm integration Add .fmf/version, ci.fmf, gating.yaml and plans/integration.fmf to enable Konflux gating for yggdrasil on c9s. Assisted-by: goose (AI agent) --- .fmf/version | 1 + ci.fmf | 1 + gating.yaml | 2 +- plans/integration.fmf | 17 +++++++++++++++++ 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 plans/integration.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 648918d..2ab54bd 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: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/integration.functional} diff --git a/plans/integration.fmf b/plans/integration.fmf new file mode 100644 index 0000000..f5c353d --- /dev/null +++ b/plans/integration.fmf @@ -0,0 +1,17 @@ +summary: Yggdrasil integration tests +discover: + how: fmf + url: https://github.com/RedHatInsights/yggdrasil.git + ref: main +prepare: + - name: install test packages + how: install + package: + - yggdrasil-examples + - name: install test dependencies + how: shell + script: | + git clone --depth=1 https://github.com/RedHatInsights/yggdrasil.git /tmp/yggdrasil + /tmp/yggdrasil/systemtest/install-test-deps.sh +execute: + how: tmt