From 0263bc6a8bb00d48e70529b1833fee7902015e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Janu=C5=A1?= Date: Mon, 22 Mar 2021 11:03:08 +0100 Subject: [PATCH] enable gating, CI tests --- ci.fmf | 10 ++++++++++ ci/rhel-9.yml | 14 ++++++++++++++ gating.yaml | 6 ++++++ 3 files changed, 30 insertions(+) create mode 100644 ci.fmf create mode 100644 ci/rhel-9.yml create mode 100644 gating.yaml diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..b64439e --- /dev/null +++ b/ci.fmf @@ -0,0 +1,10 @@ +/test: + summary: + Basic set of quick tests for cpio. + discover: + how: fmf + filter: "tag: Tier1 & distros: rhel-9" + repository: "git://pkgs.devel.redhat.com/tests/gd" + execute: + how: beakerlib + diff --git a/ci/rhel-9.yml b/ci/rhel-9.yml new file mode 100644 index 0000000..489bbe3 --- /dev/null +++ b/ci/rhel-9.yml @@ -0,0 +1,14 @@ +--- + +# vim: sw=2 ts=2 et + +- hosts: localhost + tasks: + - name: Install necessary test dependencies for RHEL 9 + dnf: + state: present + name: + - coreutils + - systemd + - systemd-container + - util-linux diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..5ad1453 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other.functional}