From 6bf2c5203cf3aea9a499e82def141af30f2f260e Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 8 Mar 2023 10:31:42 -0500 Subject: [PATCH] qa/distros/supported: update ubuntu_latest.yaml and add ubuntu_20.04.yaml Signed-off-by: Casey Bodley (cherry picked from commit 929172bd718bdc45f796ad52c64dd42c1bc70a9a) --- qa/distros/supported/ubuntu_20.04.yaml | 1 + qa/distros/supported/ubuntu_latest.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 qa/distros/supported/ubuntu_20.04.yaml diff --git a/qa/distros/supported/ubuntu_20.04.yaml b/qa/distros/supported/ubuntu_20.04.yaml new file mode 120000 index 00000000000..75d907e3b9c --- /dev/null +++ b/qa/distros/supported/ubuntu_20.04.yaml @@ -0,0 +1 @@ +../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 75d907e3b9c..cfcd0d1a826 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_latest.yaml \ No newline at end of file -- 2.39.5