Switch to fedora 38 for CI

This commit is contained in:
Mark Roszko 2023-10-20 18:31:22 +00:00
parent 6c4a294c0a
commit a17bab4182
3 changed files with 4 additions and 4 deletions

View File

@ -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:37 image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:38
extends: .only_code extends: .only_code
interruptible: false interruptible: false
cache: cache:
@ -140,7 +140,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:37 image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:38
extends: extends:
- .unit_test - .unit_test
- .only_code - .only_code

View File

@ -42,7 +42,7 @@ Coverity:
tags: tags:
- coverity - coverity
stage: build stage: build
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:37 image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:38
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULED_JOB_NAME == "coverity" - if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULED_JOB_NAME == "coverity"
cache: cache:

View File

@ -6,7 +6,7 @@ validate_linux_metadata:
needs: [] needs: []
interruptible: false interruptible: false
# This is the only CI image with the utilities needed for this test # This is the only CI image with the utilities needed for this test
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:37 image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:38
# 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