From 9a340814cba0d9de7bfc5813e6e0dab310d081f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 3 Dec 2020 18:58:09 +0100 Subject: [PATCH] ci: sanity job doesn't need the Git tree This should fix the sanity job taking >= 1 minute in some cases. Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33f89ca094f..f0c3e16a0f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -489,6 +489,8 @@ sanity: - if: *is-forked-branch when: manual # Other cases default to never + variables: + GIT_STRATEGY: none script: # ci-fairy check-commits --junit-xml=check-commits.xml # ci-fairy check-merge-request only works in pre-merge pipelines for MRs