We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1630b7d commit 43f6919Copy full SHA for 43f6919
1 file changed
.gitlab-ci.yml
@@ -566,7 +566,7 @@ Helm-Deploy Current dCache build:
566
- >
567
helm -n ${K8S_NAMESPACE} upgrade --install store dcache/dcache
568
--wait
569
- --timeout=20m
+ --timeout=30m
570
--set image.registry=${CI_REGISTRY}
571
--set image.repository=${CI_PROJECT_PATH}
572
--set image.tag=${tag}
@@ -612,6 +612,8 @@ Extract Coverage:
612
paths:
613
- "jacoco-${JACOCO_VERSION}/"
614
policy: pull
615
+ needs:
616
+ - NFS4.x protocol compliance tests
617
dependencies:
618
- get_jacoco_cli
619
when: always
0 commit comments