17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
/public:
|
|
plan:
|
|
import:
|
|
url: https://gitlab.com/redhat/centos-stream/tests/squid.git
|
|
name: "^/plans/all$"
|
|
|
|
/internal:
|
|
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/squid.git
|
|
name: "^/plans/squid/tier[1-3]$"
|
|
scope: all-plans
|