enable gating, CI tests

This commit is contained in:
Filip Januš 2021-03-22 11:03:08 +01:00
parent fc412b44f5
commit 0263bc6a8b
3 changed files with 30 additions and 0 deletions

10
ci.fmf Normal file
View File

@ -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

14
ci/rhel-9.yml Normal file
View File

@ -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

6
gating.yaml Normal file
View File

@ -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}