[gnome-shell-extensions] ci: Use ci-fairy image for commit log check



commit 46c76776435c125ff6f09ddec01aa9a210b23f97
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Nov 21 01:01:30 2020 +0100

    ci: Use ci-fairy image for commit log check
    
    This is in line with what mutter/gnome-shell are using, and should
    be smaller (read: faster) than the gjs image.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/144>

 .gitlab-ci.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ed165c..a3da4a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,10 @@
+include:
+ - remote: 
"https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/ci-fairy.yml";
+
 image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/33:2020-11-17.0
 
 stages:
+ - pre_review
  - review
  - build
 
@@ -15,8 +19,9 @@ variables:
         - merge_requests
 
 check_commit_log:
-    image: registry.gitlab.gnome.org/gnome/gjs:fedora.static-analysis
-    stage: review
+    extends:
+        - .fdo.ci-fairy
+    stage: pre_review
     script:
         - ./.gitlab-ci/check-commit-log.sh
     <<: *only_default


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]