From 5a521bce165457baf2a89e1584d1626374be7ffa Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 12 Feb 2025 17:16:10 +0100 Subject: [PATCH] Add gating configuration for C10S/RHEL10 --- .fmf/version | 1 + ci.fmf | 36 ++++++++++++++++++++++++++++++++++++ gating.yaml | 6 ++++++ 3 files changed, 43 insertions(+) create mode 100644 .fmf/version create mode 100644 ci.fmf create mode 100644 gating.yaml 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..2a9a4ab --- /dev/null +++ b/ci.fmf @@ -0,0 +1,36 @@ +# vi: ts=2 sw=2 et ft=yaml: + +summary: Basic smoke test +execute: + how: tmt + script: | + set -eux + + TMP_DIR="$(mktemp -d)" + pushd "$TMP_DIR" + + # A very basic sanity test, since all this is already tested by unit tests + echo baz >README.md + python3 <