From 567db02226dce2891babf84b1a410fc83d44fb18 Mon Sep 17 00:00:00 2001 From: Aashish Radhakrishnan Date: Fri, 18 Apr 2025 12:25:58 -0400 Subject: [PATCH] Add test plan to run butane gating tests Ref: https://issues.redhat.com/browse/COS-2283 --- .fmf/version | 1 + gating.yaml | 2 +- plans/smoke.fmf | 8 ++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .fmf/version 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/gating.yaml b/gating.yaml index ebcc96b..d2c32bb 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} # this is the testcase identifier, which OSCI pipeline uses + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke} # this is the testcase identifier, which OSCI pipeline uses diff --git a/plans/smoke.fmf b/plans/smoke.fmf new file mode 100644 index 0000000..60237f6 --- /dev/null +++ b/plans/smoke.fmf @@ -0,0 +1,8 @@ +summary: Run gating tests +discover: + - name: Internal gating tests + how: fmf + url: https://github.com/coreos/butane.git + filter: 'tag: smoke' +execute: + how: tmt