From 26605723cfbffd936b570a5507132b650deab2d0 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 9 Jun 2021 16:20:05 -0700 Subject: [PATCH] qa: update cephfs-shell distro to ubuntu 20.04 18.04 is no longer built. Signed-off-by: Patrick Donnelly --- qa/suites/fs/shell/tasks/cephfs-shell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/fs/shell/tasks/cephfs-shell.yaml b/qa/suites/fs/shell/tasks/cephfs-shell.yaml index 93c1eb54e8f..9708252e908 100644 --- a/qa/suites/fs/shell/tasks/cephfs-shell.yaml +++ b/qa/suites/fs/shell/tasks/cephfs-shell.yaml @@ -1,7 +1,7 @@ # Right now, cephfs-shell is only available as a package on Ubuntu # This overrides the random distribution that's chosen in the other yaml fragments. os_type: ubuntu -os_version: "18.04" +os_version: "20.04" tasks: - cephfs_test_runner: modules: -- 2.39.5