File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
tests/functional/fixtures Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2323 "depNameTemplate" : " gitlab/gitlab-ee" ,
2424 "datasourceTemplate" : " docker" ,
2525 "versioningTemplate" : " loose"
26+ },
27+ {
28+ "fileMatch" : [
29+ " (^|/)tests\\ /functional\\ /fixtures\\ /\\ .env$"
30+ ],
31+ "matchStrings" : [
32+ " GITLAB_RUNNER_TAG=(?<currentValue>.*?)\n "
33+ ],
34+ "depNameTemplate" : " gitlab/gitlab-runner" ,
35+ "datasourceTemplate" : " docker" ,
36+ "versioningTemplate" : " loose"
2637 }
2738 ],
2839 "packageRules" : [
Original file line number Diff line number Diff line change 11GITLAB_IMAGE = gitlab/gitlab-ee
22GITLAB_TAG = 17.7.1-ee.0
3+ GITLAB_RUNNER_IMAGE = gitlab/gitlab-runner
4+ GITLAB_RUNNER_TAG = v17.7.1
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ services:
4545 - gitlab-network
4646
4747 gitlab-runner :
48- image : gitlab/gitlab-runner:latest
48+ image : ' ${GITLAB_RUNNER_IMAGE}:${GITLAB_RUNNER_TAG} '
4949 container_name : ' gitlab-runner-test'
5050 depends_on :
5151 - gitlab
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ passenv =
2121 GITHUB_WORKSPACE
2222 GITLAB_IMAGE
2323 GITLAB_TAG
24+ GITLAB_RUNNER_IMAGE
25+ GITLAB_RUNNER_TAG
2426 NO_COLOR
2527 PWD
2628 PY_COLORS
You can’t perform that action at this time.
0 commit comments