7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 14:11:41 +00:00

Unify location for defining default Fedora image

This commit is contained in:
Ian McInerney 2024-09-11 13:43:06 +01:00
parent f27ab3ceff
commit 0f7e6112d2
3 changed files with 7 additions and 5 deletions

View File

@ -3,9 +3,12 @@ stages:
- test
- report
variables:
DEFAULT_FEDORA_IMAGE: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:40
default:
image:
name: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:36
name: $DEFAULT_FEDORA_IMAGE
entrypoint: ["/bin/sh", "-c"]
include:

View File

@ -6,7 +6,7 @@
# Don't tag until we have separate CI for MRs
# tags:
# - kicad-fedora
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:40
image: $DEFAULT_FEDORA_IMAGE
extends: .only_code
interruptible: false
cache:
@ -144,7 +144,7 @@ fedora_report_metrics_public:
# Run the code unit tests.
##########################################################################
.fedora_qa:
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:38
image: $DEFAULT_FEDORA_IMAGE
extends:
- .unit_test
- .only_code

View File

@ -5,8 +5,7 @@ validate_linux_metadata:
stage: test
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:40
image: $DEFAULT_FEDORA_IMAGE
# 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