Skip to content
Snippets Groups Projects
Commit 1c1c4233 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Make QA project and ref variable available to QA jobs

- Pass `QA_TESTS_UPSTREAM_PROJECT` and `QA_TESTS_REF` to
  QA jobs explicitly for cases when triggers would not receive
  the global variable set that defines them.

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8632



Signed-off-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
parent 396f9398
No related branches found
No related tags found
2 merge requests!153heptapod#1722: making 17.3 the new stable,!151Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -171,7 +171,9 @@
GITLAB_AUTH_TOKEN: $DANGER_GITLAB_API_TOKEN
ALLURE_MERGE_REQUEST_IID: $CI_MERGE_REQUEST_IID
inherit:
variables: false
variables:
- QA_TESTS_UPSTREAM_PROJECT
- QA_TESTS_REF
trigger:
strategy: depend
forward:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment