From 1f885b6c2fdde1f3ab249a56f7b4b763556f4373 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Mon, 18 May 2020 21:55:25 +0000 Subject: [PATCH] Revert "qa/tests: replaced ubuntu_latest.yaml with ubuntu 20.04" This reverts commit 835f2f5f511e7363f4056e5137382982aac1bfbf. Reverting this to narrow down recent failures seen in rados and upgrade suites. Signed-off-by: Neha Ojha --- qa/distros/all/ubuntu_20.04.yaml | 2 -- qa/distros/supported-all-distro/ubuntu_latest.yaml | 2 +- qa/distros/supported-random-distro$/ubuntu_latest.yaml | 2 +- qa/distros/supported/ubuntu_latest.yaml | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 qa/distros/all/ubuntu_20.04.yaml diff --git a/qa/distros/all/ubuntu_20.04.yaml b/qa/distros/all/ubuntu_20.04.yaml deleted file mode 100644 index f2039823003f2..0000000000000 --- a/qa/distros/all/ubuntu_20.04.yaml +++ /dev/null @@ -1,2 +0,0 @@ -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 75d907e3b9cf8..64a66d9aa487b 120000 --- a/qa/distros/supported-all-distro/ubuntu_latest.yaml +++ b/qa/distros/supported-all-distro/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_20.04.yaml \ No newline at end of file +../all/ubuntu_18.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 75d907e3b9cf8..64a66d9aa487b 120000 --- a/qa/distros/supported-random-distro$/ubuntu_latest.yaml +++ b/qa/distros/supported-random-distro$/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_20.04.yaml \ No newline at end of file +../all/ubuntu_18.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 75d907e3b9cf8..64a66d9aa487b 120000 --- a/qa/distros/supported/ubuntu_latest.yaml +++ b/qa/distros/supported/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_20.04.yaml \ No newline at end of file +../all/ubuntu_18.04.yaml \ No newline at end of file -- 2.47.3