Compare commits
No commits in common. "c8-stream-2.4" and "stream-httpd-2.4-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-htt
0
.gitignore
vendored
0
.gitignore
vendored
10
gating.yaml
Normal file
10
gating.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate_modules
|
||||
subject_type: redhat-module
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier2.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier3.functional}
|
@ -42,13 +42,13 @@ data:
|
||||
rpms:
|
||||
httpd:
|
||||
rationale: Apache httpd
|
||||
ref: stream-2.4-rhel-8.8.0
|
||||
ref: stream-httpd-2.4-rhel-8.10.0
|
||||
buildorder: 10
|
||||
mod_http2:
|
||||
rationale: HTTP/2 support for Apache httpd
|
||||
ref: stream-2.4-rhel-8.8.0
|
||||
ref: stream-httpd-2.4-rhel-8.10.0
|
||||
buildorder: 20
|
||||
mod_md:
|
||||
rationale: Certificate provisioning using ACME for Apache httpd
|
||||
ref: stream-2.4-rhel-8.8.0
|
||||
ref: stream-httpd-2.4-rhel-8.10.0
|
||||
buildorder: 20
|
7
plans/tier1-internal.fmf
Normal file
7
plans/tier1-internal.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Internal Tier1 beakerlib tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/tests/httpd
|
||||
filter: 'tier: 1'
|
||||
execute:
|
||||
how: tmt
|
7
plans/tier1-public.fmf
Normal file
7
plans/tier1-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Public (Fedora) Tier1 beakerlib tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/httpd.git
|
||||
filter: 'tier: 1'
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user