mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 20:50:07 +01:00
gitlab CI: rebuild images for the new templates
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
68cdac7420
commit
a1fe50635e
2 changed files with 15 additions and 15 deletions
|
|
@ -79,61 +79,61 @@ variables:
|
||||||
.fedora:30:
|
.fedora:30:
|
||||||
extends: .fdo.distribution_image@fedora
|
extends: .fdo.distribution_image@fedora
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '30'
|
FDO_DISTRIBUTION_VERSION: '30'
|
||||||
|
|
||||||
.fedora:31:
|
.fedora:31:
|
||||||
extends: .fdo.distribution_image@fedora
|
extends: .fdo.distribution_image@fedora
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '31'
|
FDO_DISTRIBUTION_VERSION: '31'
|
||||||
|
|
||||||
.ubuntu:19.10:
|
.ubuntu:19.10:
|
||||||
extends: .fdo.distribution_image@ubuntu
|
extends: .fdo.distribution_image@ubuntu
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '19.10'
|
FDO_DISTRIBUTION_VERSION: '19.10'
|
||||||
|
|
||||||
.ubuntu:19.04:
|
.ubuntu:19.04:
|
||||||
extends: .fdo.distribution_image@ubuntu
|
extends: .fdo.distribution_image@ubuntu
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '19.04'
|
FDO_DISTRIBUTION_VERSION: '19.04'
|
||||||
|
|
||||||
.debian:stable:
|
.debian:stable:
|
||||||
extends: .fdo.distribution_image@debian
|
extends: .fdo.distribution_image@debian
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: 'stable'
|
FDO_DISTRIBUTION_VERSION: 'stable'
|
||||||
|
|
||||||
.debian:sid:
|
.debian:sid:
|
||||||
extends: .fdo.distribution_image@debian
|
extends: .fdo.distribution_image@debian
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: 'sid'
|
FDO_DISTRIBUTION_VERSION: 'sid'
|
||||||
|
|
||||||
.centos:7:
|
.centos:7:
|
||||||
extends: .fdo.distribution_image@centos
|
extends: .fdo.distribution_image@centos
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '7'
|
FDO_DISTRIBUTION_VERSION: '7'
|
||||||
|
|
||||||
.centos:8:
|
.centos:8:
|
||||||
extends: .fdo.distribution_image@centos
|
extends: .fdo.distribution_image@centos
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '8'
|
FDO_DISTRIBUTION_VERSION: '8'
|
||||||
|
|
||||||
.arch:rolling:
|
.arch:rolling:
|
||||||
extends: .fdo.distribution_image@arch
|
extends: .fdo.distribution_image@arch
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: 'rolling'
|
FDO_DISTRIBUTION_VERSION: 'rolling'
|
||||||
|
|
||||||
.alpine:latest:
|
.alpine:latest:
|
||||||
extends: .fdo.distribution_image@alpine
|
extends: .fdo.distribution_image@alpine
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2020-03-06.0'
|
FDO_DISTRIBUTION_TAG: '2020-03-13.0'
|
||||||
FDO_DISTRIBUTION_VERSION: 'latest'
|
FDO_DISTRIBUTION_VERSION: 'latest'
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -221,7 +221,7 @@ check-commit:
|
||||||
- kvm
|
- kvm
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
FDO_DISTRIBUTION_TAG: qemu-2020-03-06.0
|
FDO_DISTRIBUTION_TAG: qemu-2020-03-13.0
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
# Always rebuilds the container
|
# Always rebuilds the container
|
||||||
|
|
@ -235,7 +235,7 @@ check-commit:
|
||||||
- kvm
|
- kvm
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
FDO_DISTRIBUTION_TAG: qemu-2020-03-06.0
|
FDO_DISTRIBUTION_TAG: qemu-2020-03-13.0
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
|
@ -251,7 +251,7 @@ check-commit:
|
||||||
- kvm
|
- kvm
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
FDO_DISTRIBUTION_TAG: qemu-2020-03-06.0
|
FDO_DISTRIBUTION_TAG: qemu-2020-03-13.0
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
# Always rebuilds the container
|
# Always rebuilds the container
|
||||||
|
|
@ -265,7 +265,7 @@ check-commit:
|
||||||
- kvm
|
- kvm
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
FDO_DISTRIBUTION_TAG: qemu-2020-03-06.0
|
FDO_DISTRIBUTION_TAG: qemu-2020-03-13.0
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# We're happy to rebuild all containers when one changes.
|
# We're happy to rebuild all containers when one changes.
|
||||||
.default_tag: &default_tag '2020-03-06.0'
|
.default_tag: &default_tag '2020-03-13.0'
|
||||||
|
|
||||||
distributions:
|
distributions:
|
||||||
- name: fedora
|
- name: fedora
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue