From 3ecc3bc663972c15c30da47b447f1ede7d72197c Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Wed, 12 Feb 2025 16:00:27 +0100 Subject: [PATCH] Add gating configuration for C10S/RHEL10 --- .fmf/version | 1 + ci.fmf | 25 +++++++++++++++++++++++++ gating.yaml | 6 ++++++ 3 files changed, 32 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..5435b52 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,25 @@ +# vi: ts=2 sw=2 et ft=yaml: + +summary: Basic smoke test +prepare: + - how: install + package: gcc +execute: + how: tmt + script: | + set -eux + + TMP_DIR="$(mktemp -d)" + pushd "$TMP_DIR" + + meson init --name foo + cat >pyproject.toml <