mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
qa: enforce centos9 for test
Avoids problem where rocky10 packages do not exist for squid. Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
This commit is contained in:
parent
9f2cac88d9
commit
815d1d73a7
@ -1,3 +1,10 @@
|
||||
teuthology:
|
||||
postmerge:
|
||||
- |
|
||||
if not (yaml.os_type == "centos" and yaml.os_version == "9.stream") then
|
||||
-- reject kclient distro overrides
|
||||
reject()
|
||||
end
|
||||
meta:
|
||||
- desc: |
|
||||
install ceph/squid v19.2.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user