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:
parent
1a35d8ba5d
commit
e401a392c1
|
@ -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
|
||||
|
||||
|
||||
##########################################################################
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue