From 4388df6c258b6891baa69d379cd42d8f1d86055d Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Wed, 11 Sep 2024 20:28:20 +0100 Subject: [PATCH] Move Fedora CI container defition back to global scopt It appears to be working on the runners now, so redo this to make future maintenance easy. This reverts commit ebbb12f6bea3338c10eae6b073c20d5d01e32cc4. --- .gitlab/Fedora-Linux-CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index 93cf9e2815..a29f818998 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -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:40 + image: $DEFAULT_FEDORA_IMAGE extends: - .unit_test - .only_code