From acd0e31177ff9f701ba3e4ef3d6ad9ba6f8801fe Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 22 Jan 2020 14:36:18 -0600 Subject: [PATCH] qa/suites/rgw/website: run test on ubuntu The dnsmasq package on centos 8.0 is broken, see https://tracker.ceph.com/issues/43744 For now, run this test on ubuntu. Signed-off-by: Sage Weil --- qa/suites/rgw/website/centos_latest.yaml | 1 - qa/suites/rgw/website/overrides.yaml | 3 ++- qa/suites/rgw/website/ubuntu_latest.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 120000 qa/suites/rgw/website/centos_latest.yaml create mode 120000 qa/suites/rgw/website/ubuntu_latest.yaml diff --git a/qa/suites/rgw/website/centos_latest.yaml b/qa/suites/rgw/website/centos_latest.yaml deleted file mode 120000 index bd9854e702982..0000000000000 --- a/qa/suites/rgw/website/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rgw/website/overrides.yaml b/qa/suites/rgw/website/overrides.yaml index f433654f61f39..57fb5d0338e3b 100644 --- a/qa/suites/rgw/website/overrides.yaml +++ b/qa/suites/rgw/website/overrides.yaml @@ -1,5 +1,6 @@ # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126 -os_type: centos +# letting this run on ubuntu for now, though -sage +#os_type: centos overrides: install: diff --git a/qa/suites/rgw/website/ubuntu_latest.yaml b/qa/suites/rgw/website/ubuntu_latest.yaml new file mode 120000 index 0000000000000..3a09f9abb05ca --- /dev/null +++ b/qa/suites/rgw/website/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file -- 2.39.5