Add plans for testing valkey
This uses the CentOS Stream tmt test repo. Adding so we can properly test changes directly in Fedora.
This commit is contained in:
parent
8ef6c57d7d
commit
0b5d35b3ce
23
gating.yaml
23
gating.yaml
@ -1,7 +1,26 @@
|
||||
#gating rhel
|
||||
# gating branched Fedora
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating-centos.functional}
|
||||
|
||||
# gating Fedora Rawhide
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating-centos.functional}
|
||||
|
||||
# gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-rhel.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-centos.functional}
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
summary: Internal Tier1 beakerlib tests
|
||||
summary: Internal Tier1 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/rhel/tests/valkey
|
||||
filter: "tier:1"
|
||||
url: https://pkgs.devel.redhat.com/git/tests/valkey
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream-10
|
||||
when: distro == centos-stream or distro == fedora
|
||||
because: No access to internal git repositories
|
||||
|
||||
7
plans/tier1-public.fmf
Normal file
7
plans/tier1-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Public Tier1 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/valkey
|
||||
filter: 'tag:-nogating'
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Reference in New Issue
Block a user