mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
ci: Move active Debian-10 jobs to Debian-11
Debian 10 will reach EOL in august of 2022 and thus libvirt will no longer target it. Move CI jobs over to Debian-11. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
b76c58081c
commit
41c92a1325
@ -86,6 +86,7 @@ x86_64-debian-10:
|
||||
optional: true
|
||||
allow_failure: false
|
||||
variables:
|
||||
JOB_OPTIONAL: 1
|
||||
NAME: debian-10
|
||||
|
||||
|
||||
@ -96,7 +97,6 @@ x86_64-debian-11:
|
||||
optional: true
|
||||
allow_failure: false
|
||||
variables:
|
||||
JOB_OPTIONAL: 1
|
||||
NAME: debian-11
|
||||
|
||||
|
||||
@ -264,6 +264,7 @@ armv7l-debian-10:
|
||||
allow_failure: false
|
||||
variables:
|
||||
CROSS: armv7l
|
||||
JOB_OPTIONAL: 1
|
||||
NAME: debian-10
|
||||
|
||||
|
||||
@ -371,7 +372,6 @@ armv7l-debian-11:
|
||||
allow_failure: false
|
||||
variables:
|
||||
CROSS: armv7l
|
||||
JOB_OPTIONAL: 1
|
||||
NAME: debian-11
|
||||
|
||||
|
||||
|
@ -46,6 +46,7 @@ x86_64-debian-10-container:
|
||||
extends: .container_job
|
||||
allow_failure: false
|
||||
variables:
|
||||
JOB_OPTIONAL: 1
|
||||
NAME: debian-10
|
||||
|
||||
|
||||
@ -135,6 +136,7 @@ armv7l-debian-10-container:
|
||||
extends: .container_job
|
||||
allow_failure: false
|
||||
variables:
|
||||
JOB_OPTIONAL: 1
|
||||
NAME: debian-10-cross-armv7l
|
||||
|
||||
|
||||
@ -206,7 +208,6 @@ armv7l-debian-11-container:
|
||||
extends: .container_job
|
||||
allow_failure: false
|
||||
variables:
|
||||
JOB_OPTIONAL: 1
|
||||
NAME: debian-11-cross-armv7l
|
||||
|
||||
|
||||
|
@ -45,6 +45,7 @@ targets:
|
||||
debian-10:
|
||||
jobs:
|
||||
- arch: x86_64
|
||||
builds: false
|
||||
|
||||
- arch: aarch64
|
||||
allow-failure: true
|
||||
@ -55,6 +56,7 @@ targets:
|
||||
builds: false
|
||||
|
||||
- arch: armv7l
|
||||
builds: false
|
||||
|
||||
- arch: i686
|
||||
allow-failure: true
|
||||
@ -83,7 +85,6 @@ targets:
|
||||
debian-11:
|
||||
jobs:
|
||||
- arch: x86_64
|
||||
builds: false
|
||||
|
||||
- arch: x86_64
|
||||
suffix: -clang
|
||||
@ -97,8 +98,6 @@ targets:
|
||||
builds: false
|
||||
|
||||
- arch: armv7l
|
||||
containers: false
|
||||
builds: false
|
||||
|
||||
- arch: i686
|
||||
containers: false
|
||||
|
Loading…
Reference in New Issue
Block a user