mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 13:31:42 +00:00
Partially revert 0f7e6112d2
For some reason, our hosted runner doesn't seem to pick up the jobs with this configuration. This needs further debugging in the thunderdome to fix.
This commit is contained in:
parent
0f7e6112d2
commit
ebbb12f6be
@ -6,7 +6,7 @@
|
||||
# Don't tag until we have separate CI for MRs
|
||||
# tags:
|
||||
# - kicad-fedora
|
||||
image: $DEFAULT_FEDORA_IMAGE
|
||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:40
|
||||
extends: .only_code
|
||||
interruptible: false
|
||||
cache:
|
||||
@ -144,7 +144,7 @@ fedora_report_metrics_public:
|
||||
# Run the code unit tests.
|
||||
##########################################################################
|
||||
.fedora_qa:
|
||||
image: $DEFAULT_FEDORA_IMAGE
|
||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:40
|
||||
extends:
|
||||
- .unit_test
|
||||
- .only_code
|
||||
|
Loading…
Reference in New Issue
Block a user