Bump Fedora CI images to latest version

* Try bumping Coverity up now that we should be on a newer version
  of it (so hopefully it supports GCC versions with 2 digits in their
  number).
* Allow the metadata test to fail because of an upstream bug in the
  appdata validation program that thinks the description tag isn't
  translated even though it is.
This commit is contained in:
Ian McInerney 2021-06-15 22:51:37 +01:00
parent 1a35d8ba5d
commit e401a392c1
3 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@ stages:
- report
default:
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:33
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34
##########################################################################

View File

@ -39,7 +39,7 @@ Coverity:
tags:
- coverity
stage: build
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:31
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34
only:
refs:
- schedules

View File

@ -6,7 +6,10 @@ validate_linux_metadata:
needs: []
interruptible: false
# This is the only CI image with the utilities needed for this test
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:33
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34
# Due to bug https://github.com/hughsie/appstream-glib/issues/381, this doesn't think our description tag
# is localized even though it actually is.
allow_failure: true
only:
refs:
- master