From 1c0bf2f9f6bce08949fd5281fac1afbae1788fe7 Mon Sep 17 00:00:00 2001 From: Adam King Date: Thu, 18 Aug 2022 08:49:57 -0400 Subject: [PATCH] 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 --- qa/suites/orch/cephadm/workunits/0-distro | 1 + 1 file changed, 1 insertion(+) create mode 120000 qa/suites/orch/cephadm/workunits/0-distro 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 -- 2.39.5