From cee6de8bf579dc0d7550b3cb0d160f278bc7c000 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 12 Jun 2025 16:32:37 -0400 Subject: [PATCH] qa/distros: bump ubuntu_latest.yaml to 24.04 and add ubuntu_22.04.yaml back to distros/supported and distros/supported-random-distro$ Signed-off-by: Casey Bodley --- qa/distros/all/ubuntu_latest.yaml | 2 +- qa/distros/supported-random-distro$/ubuntu_22.04.yaml | 1 + qa/distros/supported/ubuntu_22.04.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 qa/distros/supported-random-distro$/ubuntu_22.04.yaml create mode 120000 qa/distros/supported/ubuntu_22.04.yaml diff --git a/qa/distros/all/ubuntu_latest.yaml b/qa/distros/all/ubuntu_latest.yaml index 08ecf3afa2ac..f5b740a58805 120000 --- a/qa/distros/all/ubuntu_latest.yaml +++ b/qa/distros/all/ubuntu_latest.yaml @@ -1 +1 @@ -ubuntu_22.04.yaml \ No newline at end of file +ubuntu_24.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/ubuntu_22.04.yaml b/qa/distros/supported-random-distro$/ubuntu_22.04.yaml new file mode 120000 index 000000000000..22cd6281b4fd --- /dev/null +++ b/qa/distros/supported-random-distro$/ubuntu_22.04.yaml @@ -0,0 +1 @@ +../all/ubuntu_22.04.yaml \ No newline at end of file diff --git a/qa/distros/supported/ubuntu_22.04.yaml b/qa/distros/supported/ubuntu_22.04.yaml new file mode 120000 index 000000000000..22cd6281b4fd --- /dev/null +++ b/qa/distros/supported/ubuntu_22.04.yaml @@ -0,0 +1 @@ +../all/ubuntu_22.04.yaml \ No newline at end of file -- 2.47.3