From e654560905d543d628247824fe5cbecad893480f Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 10 Aug 2022 12:38:33 -0400 Subject: [PATCH] qa: Default to Ubuntu 22.04 Signed-off-by: David Galloway --- qa/distros/all/ubuntu_22.04.yaml | 2 ++ qa/distros/supported/ubuntu_latest.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/ubuntu_22.04.yaml 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 -- 2.47.3