From 98acdf9a692370c92d949cb30f57027f8d5db8a5 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 2 Oct 2019 14:19:04 +0200 Subject: [PATCH] qa/rados/upgrade/jewel-x-singleton: do not run on Bionic The test was failing because it did not explicitly set "os_type" and "os_version", and teuthology defaulted to Ubuntu Bionic. Jewel is not supported on Ubuntu Bionic, so we should not try to run tests on that Ubuntu version. NOTE: This commit is not cherry-picked from master because the fix is luminous-specific (there is no "rados/upgrade/jewel-x-singleton" test after luminous). Signed-off-by: Nathan Cutler --- qa/suites/rados/upgrade/jewel-x-singleton/distros/.qa | 1 + .../rados/upgrade/jewel-x-singleton/distros/centos_latest.yaml | 1 + .../rados/upgrade/jewel-x-singleton/distros/ubuntu_latest.yaml | 1 + 3 files changed, 3 insertions(+) create mode 120000 qa/suites/rados/upgrade/jewel-x-singleton/distros/.qa create mode 120000 qa/suites/rados/upgrade/jewel-x-singleton/distros/centos_latest.yaml create mode 120000 qa/suites/rados/upgrade/jewel-x-singleton/distros/ubuntu_latest.yaml diff --git a/qa/suites/rados/upgrade/jewel-x-singleton/distros/.qa b/qa/suites/rados/upgrade/jewel-x-singleton/distros/.qa new file mode 120000 index 0000000000000..fea2489fdf6d9 --- /dev/null +++ b/qa/suites/rados/upgrade/jewel-x-singleton/distros/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/suites/rados/upgrade/jewel-x-singleton/distros/centos_latest.yaml b/qa/suites/rados/upgrade/jewel-x-singleton/distros/centos_latest.yaml new file mode 120000 index 0000000000000..bd9854e702982 --- /dev/null +++ b/qa/suites/rados/upgrade/jewel-x-singleton/distros/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/upgrade/jewel-x-singleton/distros/ubuntu_latest.yaml b/qa/suites/rados/upgrade/jewel-x-singleton/distros/ubuntu_latest.yaml new file mode 120000 index 0000000000000..3a09f9abb05ca --- /dev/null +++ b/qa/suites/rados/upgrade/jewel-x-singleton/distros/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file -- 2.39.5