Skip to content

Commit 43f6919

Browse files
committed
test cov: added nfs4 test to Extract Coverage needs
1 parent 1630b7d commit 43f6919

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Helm-Deploy Current dCache build:
566566
- >
567567
helm -n ${K8S_NAMESPACE} upgrade --install store dcache/dcache
568568
--wait
569-
--timeout=20m
569+
--timeout=30m
570570
--set image.registry=${CI_REGISTRY}
571571
--set image.repository=${CI_PROJECT_PATH}
572572
--set image.tag=${tag}
@@ -612,6 +612,8 @@ Extract Coverage:
612612
paths:
613613
- "jacoco-${JACOCO_VERSION}/"
614614
policy: pull
615+
needs:
616+
- NFS4.x protocol compliance tests
615617
dependencies:
616618
- get_jacoco_cli
617619
when: always

0 commit comments

Comments
 (0)