updated gating
This commit is contained in:
parent
3fe1d8e6ba
commit
82b900a71b
@ -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
10
plans.fmf
Normal 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
|
||||
@ -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
|
||||
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user