From ccd60c09424fe7f5c4d4e364871c7be091d3c0d7 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 25 Mar 2025 18:54:08 +0530 Subject: [PATCH] reef: qa/cephfs: switch to ubuntu 22.04 for stock kernel testing This is for reef only since we don't have rhel8 images (which results in failure to schedule fs suite run), so switch to using ubuntu 22.04. Signed-off-by: Venky Shankar --- qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml | 1 - qa/cephfs/mount/kclient/overrides/distro/stock/ubuntu_22.04.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml create mode 120000 qa/cephfs/mount/kclient/overrides/distro/stock/ubuntu_22.04.yaml diff --git a/qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml b/qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml deleted file mode 120000 index 133acf27bff75..0000000000000 --- a/qa/cephfs/mount/kclient/overrides/distro/stock/rhel_8.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/rhel_8.yaml \ No newline at end of file diff --git a/qa/cephfs/mount/kclient/overrides/distro/stock/ubuntu_22.04.yaml b/qa/cephfs/mount/kclient/overrides/distro/stock/ubuntu_22.04.yaml new file mode 120000 index 0000000000000..0a708b4dbd278 --- /dev/null +++ b/qa/cephfs/mount/kclient/overrides/distro/stock/ubuntu_22.04.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_22.04.yaml \ No newline at end of file -- 2.39.5