File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
packages/tar/src/main/container Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -566,8 +566,7 @@ Helm-Deploy Current dCache build:
566566 --set dcache.hsm.enabled=true
567567 --set dcache.qos.enabled=true
568568 --set image.registry=${CI_REGISTRY}
569- --set dcache.layoutExtraPre="[defaults]
570- dcache.java.options.extra=-javaagent:/opt/dcache/share/classes/jacocoagent.jar=output=tcpserver\,address=127.0.0.1\,port=6300"
569+ --set "dcache.env.JACOCO_OPTS=output=tcpserver\,address=127.0.0.1\,port=6300"
571570 --set "dcache.pools={a,b}"
572571 --values .ci/custom-helm-config.yaml
573572 store dcache/dcache
@@ -583,8 +582,7 @@ Helm-Deploy Latest dCache Golden Release:
583582 - >
584583 helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait
585584 --set image.tag=${DCACHE_COMPATIBILITY_VERSION}
586- --set dcache.layoutExtraPre="[defaults]
587- dcache.java.options.extra=-javaagent:/opt/dcache/share/classes/jacocoagent.jar=output=tcpserver\,address=127.0.0.1\,port=6300"
585+ --set "dcache.env.JACOCO_OPTS=output=tcpserver\,address=127.0.0.1\,port=6300"
588586 --set "dcache.pools={d,f}"
589587 --set dcache.door.enabled=false
590588 --set image.registry=${CI_REGISTRY}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ COPY docker-layout.conf ${DCACHE_INSTALL_DIR}/etc/layouts/docker-layout.conf
6161COPY exports ${DCACHE_INSTALL_DIR}/etc/exports
6262# Download the JaCoCo agent runtime JAR so run.sh can find it
6363RUN curl -s -L -o ${DCACHE_INSTALL_DIR}/share/classes/jacocoagent.jar \
64- https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.12 /org.jacoco.agent-0.8.12 -runtime.jar
64+ https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.8.14 /org.jacoco.agent-0.8.14 -runtime.jar
6565COPY run.sh /run.sh
6666COPY s3-tape.yml /${DCACHE_INSTALL_DIR}/etc/s3-tape.yml
6767
You can’t perform that action at this time.
0 commit comments