Mesa (main): ci: Remove GIT_STRATEGY from .test-manual-mr.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 9 00:30:37 UTC 2022


Module: Mesa
Branch: main
Commit: 8c31f9a75a42eb184f38a7a9e61b47963e50e69c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c31f9a75a42eb184f38a7a9e61b47963e50e69c

Author: Emma Anholt <emma at anholt.net>
Date:   Thu Jul  7 11:53:03 2022 -0700

ci: Remove GIT_STRATEGY from .test-manual-mr.

Since .test-manual-mr is just a modifier of an existing test job's deps,
it should already have this var set appropriately.

Acked-by: Michel Dänzer <mdaenzer at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17386>

---

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c208a5bd68..429fb79d1a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,6 +297,5 @@ sanity:
         *all_paths
       when: manual
   variables:
-    GIT_STRATEGY: none
     JOB_TIMEOUT: 80
 



More information about the mesa-commit mailing list