From: Sage Weil Date: Wed, 22 Jan 2020 20:36:18 +0000 (-0600) Subject: qa/suites/rgw/website: run test on ubuntu X-Git-Tag: v15.1.0~93^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=acd0e31177ff9f701ba3e4ef3d6ad9ba6f8801fe;p=ceph.git 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 --- 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