From: David Galloway Date: Wed, 10 Aug 2022 16:38:33 +0000 (-0400) Subject: qa: Default to Ubuntu 22.04 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fjammy;p=ceph.git qa: Default to Ubuntu 22.04 Signed-off-by: David Galloway --- diff --git a/qa/distros/all/ubuntu_22.04.yaml b/qa/distros/all/ubuntu_22.04.yaml new file mode 100644 index 00000000000..6ff18baefb0 --- /dev/null +++ b/qa/distros/all/ubuntu_22.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "22.04" diff --git a/qa/distros/supported/ubuntu_latest.yaml b/qa/distros/supported/ubuntu_latest.yaml index 75d907e3b9c..22cd6281b4f 120000 --- a/qa/distros/supported/ubuntu_latest.yaml +++ b/qa/distros/supported/ubuntu_latest.yaml @@ -1 +1 @@ -../all/ubuntu_20.04.yaml \ No newline at end of file +../all/ubuntu_22.04.yaml \ No newline at end of file