gitlab-ci: fix unit tests on centos7 for python-pexpect dependency

Fixes: 9570224e86 ('tests/client: add a pexpect-based test runner')
This commit is contained in:
Thomas Haller 2022-07-06 18:36:52 +02:00
parent 8dff528195
commit b12281089c
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
3 changed files with 8 additions and 6 deletions

View file

@ -48,11 +48,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
FEDORA_TAG: '2022-06-27.0-20f11105576e'
UBUNTU_TAG: '2022-06-27.0-1dbb38dce8f7'
DEBIAN_TAG: '2022-06-27.0-1dbb38dce8f7'
CENTOS_TAG: '2022-06-27.0-20f11105576e'
ALPINE_TAG: '2022-06-27.0-182d174255fc'
FEDORA_TAG: '2022-07-06.0-fa9b72c30822'
UBUNTU_TAG: '2022-07-06.0-4b75c457c847'
DEBIAN_TAG: '2022-07-06.0-4b75c457c847'
CENTOS_TAG: '2022-07-06.0-fa9b72c30822'
ALPINE_TAG: '2022-07-06.0-a2327031454c'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'

View file

@ -8,7 +8,7 @@
#
# We're happy to rebuild all containers when one changes.
.default_tag: &default_tag '2022-06-27.0'
.default_tag: &default_tag '2022-07-06.0'
# The list of all distributions we want to create job for.

View file

@ -95,7 +95,9 @@ install_ignore_missing \
libasan \
libpsl-devel \
libubsan \
pexpect \
pygobject3-base \
python-gobject-base \
python36-pexpect \
qt-devel \
#end