updated gating

This commit is contained in:
Vaclav Danek 2025-08-20 12:15:43 +02:00
parent 3fe1d8e6ba
commit 82b900a71b
4 changed files with 12 additions and 28 deletions

View File

@ -23,5 +23,5 @@ product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-centos.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-rhel.functional}

10
plans.fmf Normal file
View File

@ -0,0 +1,10 @@
/gating-centos:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/libarchive.git
name: /plans/gating
/gating-rhel:
plan:
import:
url: https://gitlab.com/redhat/rhel/tests/libarchive.git
name: /plans/gating

View File

@ -1,16 +0,0 @@
summary: Private (RHEL) beakerlib tests
enabled: false
adjust:
- when: distro == rhel
enabled: true
because: private tests are accesible only within rhel pipline
discover:
- name: rhel-libarchive
how: fmf
url: git://pkgs.devel.redhat.com/tests/libarchive
- name: distribution
how: fmf
url: git://pkgs.devel.redhat.com/tests/distribution
test: /install/rhel-buildroot
execute:
how: tmt

View File

@ -1,10 +0,0 @@
summary: Public (Gitlab) beakerlib tests
discover:
- name: gitlab
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/libarchive.git
execute:
how: tmt
provision:
hardware:
memory: ">= 6 GB"