From 18c9c4899284974bd8bc0024cd118625016f359a Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 22 Oct 2025 15:21:41 -0700 Subject: [PATCH] DNM: rocky 10 (cherry picked from commit 13750c153d2f9bf46306f996b6f3845b96d13d0d) --- qa/distros/all/rocky_10.0.yaml | 2 ++ qa/distros/all/rocky_latest.yaml | 1 + qa/distros/crimson-supported-all-distro/rocky_latest.yaml | 1 + qa/distros/supported-random-distro$/rocky_latest.yaml | 1 + qa/distros/supported/rocky_latest.yaml | 1 + 5 files changed, 6 insertions(+) create mode 100644 qa/distros/all/rocky_10.0.yaml create mode 120000 qa/distros/all/rocky_latest.yaml create mode 120000 qa/distros/crimson-supported-all-distro/rocky_latest.yaml create mode 120000 qa/distros/supported-random-distro$/rocky_latest.yaml create mode 120000 qa/distros/supported/rocky_latest.yaml diff --git a/qa/distros/all/rocky_10.0.yaml b/qa/distros/all/rocky_10.0.yaml new file mode 100644 index 00000000000..dc6b5d8f37a --- /dev/null +++ b/qa/distros/all/rocky_10.0.yaml @@ -0,0 +1,2 @@ +os_type: rocky +os_version: "10.0" diff --git a/qa/distros/all/rocky_latest.yaml b/qa/distros/all/rocky_latest.yaml new file mode 120000 index 00000000000..55789a9cdfc --- /dev/null +++ b/qa/distros/all/rocky_latest.yaml @@ -0,0 +1 @@ +rocky_10.0.yaml \ No newline at end of file diff --git a/qa/distros/crimson-supported-all-distro/rocky_latest.yaml b/qa/distros/crimson-supported-all-distro/rocky_latest.yaml new file mode 120000 index 00000000000..9f2a3025cd1 --- /dev/null +++ b/qa/distros/crimson-supported-all-distro/rocky_latest.yaml @@ -0,0 +1 @@ +../all/rocky_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rocky_latest.yaml b/qa/distros/supported-random-distro$/rocky_latest.yaml new file mode 120000 index 00000000000..9f2a3025cd1 --- /dev/null +++ b/qa/distros/supported-random-distro$/rocky_latest.yaml @@ -0,0 +1 @@ +../all/rocky_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported/rocky_latest.yaml b/qa/distros/supported/rocky_latest.yaml new file mode 120000 index 00000000000..9f2a3025cd1 --- /dev/null +++ b/qa/distros/supported/rocky_latest.yaml @@ -0,0 +1 @@ +../all/rocky_latest.yaml \ No newline at end of file -- 2.39.5