From: Yuri Weinstein Date: Mon, 4 May 2020 16:46:38 +0000 (-0700) Subject: qa/tests: replaced ubuntu_latest.yaml with ubuntu 20.04 X-Git-Tag: v16.1.0~2417^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=835f2f5f511e7363f4056e5137382982aac1bfbf;p=ceph.git qa/tests: replaced ubuntu_latest.yaml with ubuntu 20.04 ... so all tests for `pacific` will be tested on the latest ubuntu version Signed-off-by: Yuri Weinstein --- diff --git a/qa/distros/all/ubuntu_20.04.yaml b/qa/distros/all/ubuntu_20.04.yaml new file mode 100644 index 000000000000..f2039823003f --- /dev/null +++ b/qa/distros/all/ubuntu_20.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "20.04" diff --git a/qa/distros/supported-all-distro/ubuntu_latest.yaml b/qa/distros/supported-all-distro/ubuntu_latest.yaml index 64a66d9aa487..75d907e3b9cf 120000 --- a/qa/distros/supported-all-distro/ubuntu_latest.yaml +++ b/qa/distros/supported-all-distro/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_18.04.yaml \ No newline at end of file +../all/ubuntu_20.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/ubuntu_latest.yaml b/qa/distros/supported-random-distro$/ubuntu_latest.yaml index 64a66d9aa487..75d907e3b9cf 120000 --- a/qa/distros/supported-random-distro$/ubuntu_latest.yaml +++ b/qa/distros/supported-random-distro$/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_18.04.yaml \ No newline at end of file +../all/ubuntu_20.04.yaml \ No newline at end of file diff --git a/qa/distros/supported/ubuntu_latest.yaml b/qa/distros/supported/ubuntu_latest.yaml index 64a66d9aa487..75d907e3b9cf 120000 --- a/qa/distros/supported/ubuntu_latest.yaml +++ b/qa/distros/supported/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_18.04.yaml \ No newline at end of file +../all/ubuntu_20.04.yaml \ No newline at end of file