Skip to content

Commit 3ff24cc

Browse files
committed
changed to 'set dcache.env.JACOCO_OPTS'
1 parent 7b60984 commit 3ff24cc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

packages/tar/src/main/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ COPY docker-layout.conf ${DCACHE_INSTALL_DIR}/etc/layouts/docker-layout.conf
6161
COPY exports ${DCACHE_INSTALL_DIR}/etc/exports
6262
# Download the JaCoCo agent runtime JAR so run.sh can find it
6363
RUN 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
6565
COPY run.sh /run.sh
6666
COPY s3-tape.yml /${DCACHE_INSTALL_DIR}/etc/s3-tape.yml
6767

0 commit comments

Comments
 (0)