From d96b81c72f34db578dd7e66732ab0bf6e175a2b0 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 22 Oct 2025 15:21:41 -0700 Subject: [PATCH] DNM: rocky 10 --- 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..3076f4de725 --- /dev/null +++ b/qa/distros/all/rocky_10.0.yaml @@ -0,0 +1,2 @@ +os_type: rocky +os_version: "10" 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