Skip to content
Snippets Groups Projects
Commit 18ee4161 authored by Marko Petric's avatar Marko Petric
Browse files

Merge branch 'soaps' into 'devel'

[DEVEL] CI: Deploy to k8

See merge request lhcb-dirac/LHCbDIRAC!971
parents dd4eba2f a7766b4d
No related branches found
No related tags found
No related merge requests found
......@@ -449,6 +449,24 @@ set_cvmfs_prod_link:
script:
- ./.ci/trigger_cvmfs_deployment.sh set-prod "${LHCB_DIRAC_SETUP}" "${CI_COMMIT_TAG}"
# Update the Helm configuration
# by setting LHCB_DIRAC_VERSION
# and triggering chaen/diracchart pipeline
deploy_k8:
stage: finish_up
allow_failure: true
variables:
LHCB_DIRAC_VERSION: ${CI_COMMIT_TAG}
only:
refs:
- tags@lhcb-dirac/LHCbDIRAC
variables:
- $SWEEP != "true"
trigger:
project: chaen/diracchart
strategy: depend
# Job for starting the tag procedure
make_tag:
stage: tag
......
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