File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -578,16 +578,16 @@ Helm-Deploy Latest dCache Golden Release:
578578 - Helm-Deploy Current dCache build
579579 script :
580580 - helm repo add dcache ${DCACHE_HELM_REPO}
581- - helm repo update
582- - >
583- helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait
584- --set image.tag=${DCACHE_COMPATIBILITY_VERSION}
585- --set dcache.layoutExtraPre="[defaults]
586- dcache.java.options.extra=-javaagent:/opt/dcache/share/classes/jacocoagent.jar=output=tcpserver\,address=127.0.0.1\,port=6300"
587- --set "dcache.pools={d,f}"
588- --set dcache.door.enabled=false
589- --set image.registry=${CI_REGISTRY}
590- old-store dcache/dcache
581+ - helm repo update
582+ - >
583+ helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait
584+ --set image.tag=${DCACHE_COMPATIBILITY_VERSION}
585+ --set dcache.layoutExtraPre="[defaults]
586+ dcache.java.options.extra=-javaagent:/opt/dcache/share/classes/jacocoagent.jar=output=tcpserver\,address=127.0.0.1\,port=6300"
587+ --set "dcache.pools={d,f}"
588+ --set dcache.door.enabled=false
589+ --set image.registry=${CI_REGISTRY}
590+ old-store dcache/dcache
591591
592592Extract Coverage :
593593 stage : testenv_post
You can’t perform that action at this time.
0 commit comments