[polari/gnome-3-38] ci: Use ci-fairy image for commit log check
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/gnome-3-38] ci: Use ci-fairy image for commit log check
- Date: Sat, 16 Jan 2021 02:02:04 +0000 (UTC)
commit c446f4ca5870ee62d6ed4b8e5f8f48dddc2599e8
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.
https://gitlab.gnome.org/GNOME/polari/-/merge_requests/170
.gitlab-ci.yml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e38cbe16..a21139c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,9 @@
-include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+include:
+ - remote: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+ - remote:
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/8445ff7af2a68795afb98f486251f2ef8f90621c/templates/ci-fairy.yml'
stages:
+ - pre_review
- review
- build
- deploy
@@ -16,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]