26 lines
638 B
Plaintext
26 lines
638 B
Plaintext
/public:
|
|
plan:
|
|
import:
|
|
url: https://gitlab.com/redhat/centos-stream/tests/httpd.git
|
|
name: "/plans/all$"
|
|
|
|
/appstream:
|
|
adjust:
|
|
- enabled: false
|
|
when: distro == centos-stream-10
|
|
because: "These tests should not run on CentOS Stream 10"
|
|
plan:
|
|
import:
|
|
url: https://gitlab.com/redhat/rhel/tests/httpd.git
|
|
name: "/plans/mod_md/appstream$"
|
|
|
|
/crb:
|
|
adjust:
|
|
- enabled: false
|
|
when: distro == centos-stream-10
|
|
because: "These tests should not run on CentOS Stream 10"
|
|
plan:
|
|
import:
|
|
url: https://gitlab.com/redhat/rhel/tests/httpd.git
|
|
name: "/plans/mod_md/crb$"
|