mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Unify location for defining default Fedora image
This commit is contained in:
parent
f27ab3ceff
commit
0f7e6112d2
@ -3,9 +3,12 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- report
|
- report
|
||||||
|
|
||||||
|
variables:
|
||||||
|
DEFAULT_FEDORA_IMAGE: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:40
|
||||||
|
|
||||||
default:
|
default:
|
||||||
image:
|
image:
|
||||||
name: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:36
|
name: $DEFAULT_FEDORA_IMAGE
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Don't tag until we have separate CI for MRs
|
# Don't tag until we have separate CI for MRs
|
||||||
# tags:
|
# tags:
|
||||||
# - kicad-fedora
|
# - kicad-fedora
|
||||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:40
|
image: $DEFAULT_FEDORA_IMAGE
|
||||||
extends: .only_code
|
extends: .only_code
|
||||||
interruptible: false
|
interruptible: false
|
||||||
cache:
|
cache:
|
||||||
@ -144,7 +144,7 @@ fedora_report_metrics_public:
|
|||||||
# Run the code unit tests.
|
# Run the code unit tests.
|
||||||
##########################################################################
|
##########################################################################
|
||||||
.fedora_qa:
|
.fedora_qa:
|
||||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:38
|
image: $DEFAULT_FEDORA_IMAGE
|
||||||
extends:
|
extends:
|
||||||
- .unit_test
|
- .unit_test
|
||||||
- .only_code
|
- .only_code
|
||||||
|
@ -5,8 +5,7 @@ validate_linux_metadata:
|
|||||||
stage: test
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
interruptible: false
|
interruptible: false
|
||||||
# This is the only CI image with the utilities needed for this test
|
image: $DEFAULT_FEDORA_IMAGE
|
||||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:40
|
|
||||||
# Due to bug https://github.com/hughsie/appstream-glib/issues/381, this doesn't think our description tag
|
# 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.
|
# is localized even though it actually is.
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user