ci: Add Ubuntu 22.04

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani
2022-05-06 09:13:41 +02:00
parent 1e25a480f5
commit 29ee8c1d2e
3 changed files with 119 additions and 0 deletions

View File

@@ -184,6 +184,13 @@ x86_64-ubuntu-2004-container:
NAME: ubuntu-2004
x86_64-ubuntu-2204-container:
extends: .container_job
allow_failure: false
variables:
NAME: ubuntu-2204
# Cross container jobs
@@ -592,6 +599,15 @@ x86_64-ubuntu-2004-clang:
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1
x86_64-ubuntu-2204:
extends: .native_build_job
needs:
- x86_64-ubuntu-2204-container
allow_failure: false
variables:
NAME: ubuntu-2204
# Cross build jobs