From: Adam King Date: Thu, 18 Aug 2022 12:49:57 +0000 (-0400) Subject: qa/cephadm: specify using container host distros for workunits X-Git-Tag: v18.0.0~171^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c0bf2f9f6bce08949fd5281fac1afbae1788fe7;p=ceph.git qa/cephadm: specify using container host distros for workunits Right now, the OS Type and OS Version for these workunits tests is left blank on pulpito and they appear to be trying to run ubuntu jammy currently which is causing failures. We should specify what distros the tests should run on then very explicitly tell it to start trying new distros when we can get the tests to pass. Signed-off-by: Adam King --- diff --git a/qa/suites/orch/cephadm/workunits/0-distro b/qa/suites/orch/cephadm/workunits/0-distro new file mode 120000 index 000000000000..4b341719de40 --- /dev/null +++ b/qa/suites/orch/cephadm/workunits/0-distro @@ -0,0 +1 @@ +.qa/distros/container-hosts \ No newline at end of file