Mesa (master): ci: sanity job doesn't need the Git tree

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 5 10:42:57 UTC 2020


Module: Mesa
Branch: master
Commit: 9a340814cba0d9de7bfc5813e6e0dab310d081f9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a340814cba0d9de7bfc5813e6e0dab310d081f9

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Thu Dec  3 18:58:09 2020 +0100

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 <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7904>

---

 .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



More information about the mesa-commit mailing list