Gate on appstream tests

This commit is contained in:
Branislav Náter 2026-06-12 14:38:11 +02:00
parent dc02b87335
commit e1f197ef39
2 changed files with 14 additions and 5 deletions

View File

@ -3,5 +3,5 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/appstream.functional}

View File

@ -2,9 +2,9 @@
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/httpd.git
name: "^/plans/all$"
name: "/plans/all$"
/internal:
/appstream:
adjust:
- enabled: false
when: distro == centos-stream-9
@ -12,5 +12,14 @@
plan:
import:
url: https://gitlab.com/redhat/rhel/tests/httpd.git
name: "^/plans/mod_http2/(appstream|crb)$"
scope: all-plans
name: "/plans/mod_http2/appstream$"
/crb:
adjust:
- enabled: false
when: distro == centos-stream-9
because: "These tests should not run on CentOS Stream 9"
plan:
import:
url: https://gitlab.com/redhat/rhel/tests/httpd.git
name: "/plans/mod_http2/crb$"