# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular
# libinput version
- FEDORA_TAG: '2022-11-16.2'
- DEBIAN_TAG: '2022-11-16.2'
- UBUNTU_TAG: '2022-11-16.2'
- ARCH_TAG: '2022-11-16.2'
- ALPINE_TAG: '2022-11-16.2'
- FREEBSD_TAG: '2022-11-16.2'
+ FEDORA_TAG: '2023-02-13.0'
+ DEBIAN_TAG: '2023-02-13.0'
+ UBUNTU_TAG: '2023-02-13.0'
+ ARCH_TAG: '2023-02-13.0'
+ ALPINE_TAG: '2023-02-13.0'
+ FREEBSD_TAG: '2023-02-13.0'
FDO_UPSTREAM_REPO: libinput/libinput
# Note: images are rebuilt weekly with a scheduled pipeline with FDO_FORCE_REBUILD set
#
#
-fedora:35@container-prep:
+fedora:36@container-prep:
extends:
- .fdo.container-build@fedora
- .policy
stage: prep
variables:
GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '35'
+ FDO_DISTRIBUTION_VERSION: '36'
FDO_DISTRIBUTION_PACKAGES: $FEDORA_PACKAGES
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
-fedora:36@container-prep:
+fedora:37@container-prep:
extends:
- .fdo.container-build@fedora
- .policy
stage: prep
variables:
GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '36'
+ FDO_DISTRIBUTION_VERSION: '37'
FDO_DISTRIBUTION_PACKAGES: $FEDORA_PACKAGES
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
only:
- schedules
-fedora:35@container-clean:
+fedora:36@container-clean:
extends:
- .policy
- .container-clean
variables:
GIT_STRATEGY: none
CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
- FDO_DISTRIBUTION_VERSION: '35'
+ FDO_DISTRIBUTION_VERSION: '36'
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
-fedora:36@container-clean:
+fedora:37@container-clean:
extends:
- .policy
- .container-clean
variables:
GIT_STRATEGY: none
CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
- FDO_DISTRIBUTION_VERSION: '36'
+ FDO_DISTRIBUTION_VERSION: '37'
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
debian:stable@container-clean:
- export LITEST_JOBS="2"
-.fedora:36@test-suite-vm:
+.fedora:37@test-suite-vm:
extends:
- .fdo.distribution-image@fedora
- .test-suite-vm
variables:
- FDO_DISTRIBUTION_VERSION: 36
+ FDO_DISTRIBUTION_VERSION: 37
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
needs:
- - "fedora:36@container-prep"
+ - "fedora:37@container-prep"
vm-touchpad:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'touchpad'
vm-tap:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'touchpad-tap'
vm-touchpad-buttons:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'touchpad-buttons'
vm-tablet:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'tablet'
vm-gestures-device:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'gestures device'
vm-backends:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'path udev'
vm-misc:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'log misc quirks'
vm-other devices:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'keyboard pad switch trackball trackpoint totem touch'
vm-pointer:
extends:
- - .fedora:36@test-suite-vm
+ - .fedora:37@test-suite-vm
variables:
SUITE_NAMES: 'pointer'
- .fdo.distribution-image@fedora
- .build@template
variables:
- FDO_DISTRIBUTION_VERSION: '36'
+ FDO_DISTRIBUTION_VERSION: '37'
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
needs:
- - "fedora:36@container-prep"
+ - "fedora:37@container-prep"
-default-build-release@fedora:36:
+default-build-release@fedora:37:
stage: distro
extends:
- .fedora-build@template
MESON_ARGS: "-Dbuildtype=release"
CFLAGS: "-Werror"
-scan-build@fedora:36:
+scan-build@fedora:37:
extends:
- .fedora-build@template
variables:
# run them on one image, they shouldn't fail on one distro
# when they succeed on another.
-build-no-libwacom@fedora:36:
+build-no-libwacom@fedora:37:
extends:
- .fedora-build@template
variables:
MESON_ARGS: "-Dlibwacom=false"
-build-no-libwacom-nodeps@fedora:36:
+build-no-libwacom-nodeps@fedora:37:
extends:
- .fedora-build@template
variables:
before_script:
- dnf remove -y libwacom libwacom-devel
-build-docs@fedora:36:
+build-docs@fedora:37:
extends:
- .fedora-build@template
variables:
MESON_ARGS: "-Ddocumentation=true"
-build-no-docs-nodeps@fedora:36:
+build-no-docs-nodeps@fedora:37:
extends:
- .fedora-build@template
variables:
before_script:
- dnf remove -y doxygen graphviz
-build-no-debuggui@fedora:36:
+build-no-debuggui@fedora:37:
extends:
- .fedora-build@template
variables:
MESON_ARGS: "-Ddebug-gui=false"
-build-no-debuggui-nodeps@fedora:36:
+build-no-debuggui-nodeps@fedora:37:
extends:
- .fedora-build@template
variables:
before_script:
- dnf remove -y gtk3-devel gtk4-devel
-build-no-tests@fedora:36:
+build-no-tests@fedora:37:
extends:
- .fedora-build@template
variables:
MESON_ARGS: "-Dtests=false"
-build-no-tests-nodeps@fedora:36:
+build-no-tests-nodeps@fedora:37:
extends:
- .fedora-build@template
variables:
before_script:
- dnf remove -y check-devel
-valgrind@fedora:36:
+valgrind@fedora:37:
extends:
- .fedora-build@template
variables:
# Python checks, only run on Fedora
-usr-bin-env-python@fedora:36:
+usr-bin-env-python@fedora:37:
extends:
- .fedora-build@template
script:
/bin/false
fi
-python-format@fedora:36:
+python-format@fedora:37:
extends:
- .fedora-build@template
script:
# #
#################################################################
-fedora:35@default-build:
+fedora:36@default-build:
stage: distro
extends:
- .build@template
- .fdo.distribution-image@fedora
variables:
- FDO_DISTRIBUTION_VERSION: '35'
+ FDO_DISTRIBUTION_VERSION: '36'
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
needs:
- - "fedora:35@container-prep"
+ - "fedora:36@container-prep"
-fedora:36@default-build:
+fedora:37@default-build:
stage: distro
extends:
- .build@template
- .fdo.distribution-image@fedora
variables:
- FDO_DISTRIBUTION_VERSION: '36'
+ FDO_DISTRIBUTION_VERSION: '37'
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
needs:
- - "fedora:36@container-prep"
+ - "fedora:37@container-prep"
debian:stable@default-build: