From 55564dbd01e6020a40d9a18d080aa7b1b9f86d5e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 30 Mar 2021 00:06:16 +0800 Subject: [PATCH] qa/tests: replaced ubuntu_latest.yaml with ubuntu 20.04 resurrect 835f2f5f511e7363f4056e5137382982aac1bfbf, which was reverted by 1f885b6c2fdde1f3ab249a56f7b4b763556f4373 so all tests for `pacific` will be tested on the latest ubuntu version Signed-off-by: Kefu Chai --- qa/distros/supported-all-distro/ubuntu_latest.yaml | 2 +- qa/distros/supported-random-distro$/ubuntu_latest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/distros/supported-all-distro/ubuntu_latest.yaml b/qa/distros/supported-all-distro/ubuntu_latest.yaml index 64a66d9aa48..75d907e3b9c 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 64a66d9aa48..75d907e3b9c 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 -- 2.39.5