From d98f13efe57061e29c586ca267a836c63188fa7e Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 9 Oct 2025 14:10:49 -0400 Subject: [PATCH] qa/distros: add rocky_10 as supported container host Signed-off-by: Casey Bodley (cherry picked from commit 7a3d1a50d3f8b41f16ec64a3442f332b920d951b) --- qa/distros/container-hosts/rocky_10.yaml | 1 + qa/distros/supported-container-hosts/rocky_10.yaml | 1 + 2 files changed, 2 insertions(+) create mode 120000 qa/distros/container-hosts/rocky_10.yaml create mode 120000 qa/distros/supported-container-hosts/rocky_10.yaml diff --git a/qa/distros/container-hosts/rocky_10.yaml b/qa/distros/container-hosts/rocky_10.yaml new file mode 120000 index 00000000000..7fb8900cd0e --- /dev/null +++ b/qa/distros/container-hosts/rocky_10.yaml @@ -0,0 +1 @@ +.qa/distros/all/rocky_10.yaml \ No newline at end of file diff --git a/qa/distros/supported-container-hosts/rocky_10.yaml b/qa/distros/supported-container-hosts/rocky_10.yaml new file mode 120000 index 00000000000..d4ba9181490 --- /dev/null +++ b/qa/distros/supported-container-hosts/rocky_10.yaml @@ -0,0 +1 @@ +../container-hosts/rocky_10.yaml \ No newline at end of file -- 2.47.3