From 75c073619a3d0ad9de7cbae39766b6e2294e99c7 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 28 Jul 2022 15:23:10 -0400 Subject: [PATCH] opsys.py: Add Ubuntu 22.04 Signed-off-by: David Galloway --- teuthology/orchestra/opsys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 79d36654d2..d912657475 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -2,6 +2,7 @@ import re DISTRO_CODENAME_MAP = { "ubuntu": { + "22.04": "jammy", "20.04": "focal", "18.04": "bionic", "17.10": "artful", -- 2.39.5