From e00e327d5fa08e38b833e6b4fc32483b3ca2340d Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 23 Mar 2026 13:47:11 -0400 Subject: [PATCH] qa/distros: link random distro to supported So we don't have two "supported" distro directories to maintain. Signed-off-by: Patrick Donnelly --- qa/distros/supported-random-distro/rpm_latest.yaml | 1 - qa/distros/supported-random-distro/supported | 1 + qa/distros/supported-random-distro/ubuntu_latest.yaml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 qa/distros/supported-random-distro/rpm_latest.yaml create mode 120000 qa/distros/supported-random-distro/supported delete mode 120000 qa/distros/supported-random-distro/ubuntu_latest.yaml diff --git a/qa/distros/supported-random-distro/rpm_latest.yaml b/qa/distros/supported-random-distro/rpm_latest.yaml deleted file mode 120000 index 28973f41bb8a..000000000000 --- a/qa/distros/supported-random-distro/rpm_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rpm_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/supported b/qa/distros/supported-random-distro/supported new file mode 120000 index 000000000000..8c53351725d7 --- /dev/null +++ b/qa/distros/supported-random-distro/supported @@ -0,0 +1 @@ +.qa/distros/supported/ \ 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 deleted file mode 120000 index cfcd0d1a826a..000000000000 --- a/qa/distros/supported-random-distro/ubuntu_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/ubuntu_latest.yaml \ No newline at end of file -- 2.47.3