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: v17.2.4~53^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47910%2Fhead;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 (cherry picked from commit 1c0bf2f9f6bce08949fd5281fac1afbae1788fe7) --- diff --git a/qa/suites/orch/cephadm/workunits/0-distro b/qa/suites/orch/cephadm/workunits/0-distro new file mode 120000 index 00000000000..4b341719de4 --- /dev/null +++ b/qa/suites/orch/cephadm/workunits/0-distro @@ -0,0 +1 @@ +.qa/distros/container-hosts \ No newline at end of file