From 69dc4296d5e1ff485331872e98731e07f0b537c6 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 1 Apr 2026 19:42:44 -0400 Subject: [PATCH] qa: add back centos9.stream When graph walks is complete, it will actually be possible link to supported without repeating the links. The matrix implementation doesn't support this. Signed-off-by: Patrick Donnelly --- qa/distros/supported-random-distro/centos_9.stream.yaml | 1 + qa/distros/supported-random-distro/rpm_latest.yaml | 2 +- qa/distros/supported-random-distro/ubuntu_latest.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 qa/distros/supported-random-distro/centos_9.stream.yaml diff --git a/qa/distros/supported-random-distro/centos_9.stream.yaml b/qa/distros/supported-random-distro/centos_9.stream.yaml new file mode 120000 index 000000000000..3a07f924043f --- /dev/null +++ b/qa/distros/supported-random-distro/centos_9.stream.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_9.stream.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro/rpm_latest.yaml b/qa/distros/supported-random-distro/rpm_latest.yaml index 28973f41bb8a..c50c34f80bb6 120000 --- a/qa/distros/supported-random-distro/rpm_latest.yaml +++ b/qa/distros/supported-random-distro/rpm_latest.yaml @@ -1 +1 @@ -../all/rpm_latest.yaml \ No newline at end of file +.qa/distros/supported/rpm_latest.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 cfcd0d1a826a..3a09f9abb05c 120000 --- a/qa/distros/supported-random-distro/ubuntu_latest.yaml +++ b/qa/distros/supported-random-distro/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file -- 2.47.3