From 835f2f5f511e7363f4056e5137382982aac1bfbf Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 4 May 2020 09:46:38 -0700 Subject: [PATCH] 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 --- 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, 5 insertions(+), 3 deletions(-) create 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 new file mode 100644 index 0000000000000..f2039823003f2 --- /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 64a66d9aa487b..75d907e3b9cf8 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 64a66d9aa487b..75d907e3b9cf8 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 64a66d9aa487b..75d907e3b9cf8 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 -- 2.39.5