enable gating, CI tests
This commit is contained in:
parent
fc412b44f5
commit
0263bc6a8b
10
ci.fmf
Normal file
10
ci.fmf
Normal 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
14
ci/rhel-9.yml
Normal 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
6
gating.yaml
Normal 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}
|
Loading…
Reference in New Issue
Block a user