File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ variables:
3
3
GIT_CLEAN_FLAGS : " -ffdx"
4
4
# Change pip's cache directory to be inside the project directory since we can only cache local items.
5
5
PIP_CACHE_DIR : " $CI_PROJECT_DIR/.cache/pip"
6
+ EXTRA_VALUES : ' --values ./secrets/config/common/common.yaml --values ./secrets/config/common/cryptnono.yaml --values ./secrets/config/common/gesis.yaml --values ./config/gesis-acceptance.yml --values ./secrets/config/gesis-acceptance.yaml'
6
7
7
8
# This workflow:rules are required to enable merge request pipelines!
8
9
workflow :
@@ -47,21 +48,23 @@ build helm chart:
47
48
- mybinder/values.yaml
48
49
49
50
include :
50
- - component : $CI_SERVER_FQDN/rse/docker/images/helm/helm-lint@1.0.2
51
+ - component : $CI_SERVER_FQDN/rse/docker/images/helm/helm-lint@1.1.5
51
52
inputs :
52
53
stage : lint
53
54
dir : mybinder
55
+ extra_values : ${EXTRA_VALUES}
56
+ git_crypt : ' true'
54
57
rules :
55
58
- if : $CI_SERVER_FQDN == "git.gesis.org" && $CI_PIPELINE_SOURCE == 'merge_request_event'
56
59
- if : $CI_SERVER_FQDN == "git.gesis.org" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
57
60
58
- - component : $CI_SERVER_FQDN/rse/docker/images/helm/helm-deploy@1.0.2
61
+ - component : $CI_SERVER_FQDN/rse/docker/images/helm/helm-deploy@1.1.5
59
62
inputs :
60
63
stage : deploy-acceptance-helm
61
64
environment : acceptance
62
65
dir : mybinder
63
- k8s_context : acceptance
64
- extra_values : ' --values ./config/gesis-acceptance.yml --values ./secrets/config/common/common.yaml --values ./secrets/config/common/cryptnono.yaml --values ./secrets/config/common/gesis.yaml --values secrets/config/gesis-acceptance.yaml '
66
+ k8s_context : methods-hub/binder.methodshub.gesis.org: acceptance
67
+ extra_values : ${EXTRA_VALUES}
65
68
git_crypt : ' true'
66
69
rules :
67
70
- if : $CI_SERVER_FQDN == "git.gesis.org" && $CI_PIPELINE_SOURCE == 'merge_request_event'
You can’t perform that action at this time.
0 commit comments