Mesa (master): gitlab-ci: Run CI pipeline for all branches in the main repository

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 11 09:43:03 UTC 2019


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

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Apr 10 10:33:13 2019 +0200

gitlab-ci: Run CI pipeline for all branches in the main repository

In turn, do not run the pipeline for the master branch in forked
repositories.

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a923dd7af0c..f39a7329077 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ stages:
 # When to automatically run the CI
 .ci-run-policy: &ci-run-policy
   only:
-    - master
+    - branches at mesa/mesa
     - merge_requests
     - /^ci([-/].*)?$/
   retry:




More information about the mesa-commit mailing list