Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2021-10-28 14:31:34 +0300
committerToon Claes <toon@gitlab.com>2021-10-28 14:31:34 +0300
commit7f513791e24420613d87eae6f0c1902c02a34727 (patch)
treee0bbefa0f9351890ac6c4b59a6f50aa8deb76192 /.gitlab-ci.yml
parentbf9abd731ba2dab65e8c275c51d578d95dd3d506 (diff)
ci: Pass repository URL to QA pipeline
A child QA pipeline is triggered with ALTERNATIVE_SOURCES=true and a GITALY_SERVER_VERSION set to a specific revision. This makes QA expect the revision to be on gitlab.com/gitlab-org/gitaly.git, but in some cases that's not guaranteed (i.e. changes made to the security-release fork). This change passes on GITALY_SERVER_ALTERNATIVE_REPO so the QA project pulls Gitaly from wherever the pipeline was triggered and will find the revision specified.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96916246c..2b73beaa8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -304,4 +304,5 @@ trigger-qa:
variables:
ALTERNATIVE_SOURCES: "true"
GITALY_SERVER_VERSION: $CI_COMMIT_SHA
+ GITALY_SERVER_ALTERNATIVE_REPO: $CI_PROJECT_URL
ee: "true"