Skip to content

Commit 5b2f269

Browse files
committed
test cov: retry3
1 parent 5276c55 commit 5b2f269

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ default:
128128
key: "jacoco-cli-${JACOCO_VERSION}"
129129
paths:
130130
- "jacoco-${JACOCO_VERSION}/"
131-
policy: pull
132131

133132
rpm:
134133
stage: build
@@ -247,7 +246,6 @@ container:
247246
--context $CI_PROJECT_DIR
248247
--dockerfile $CI_PROJECT_DIR/Dockerfile
249248
--build-arg JACOCO_ENABLED=${jacoco_enabled}
250-
--build-arg JACOCO_VERSION=${JACOCO_VERSION}
251249
--destination $CI_REGISTRY_IMAGE:$tag
252250
253251
#
@@ -745,8 +743,6 @@ Run OIDC test:
745743
get_jacoco_cli:
746744
stage: build
747745
extends: .jacoco_base
748-
cache:
749-
policy: pull-push
750746
script:
751747
- ./get-jacoco.sh
752748
artifacts:
@@ -772,4 +768,5 @@ generate_jacoco_report:
772768
reports:
773769
coverage_report:
774770
coverage_format: jacoco
775-
path: target/coverage-reports/jacoco.xml
771+
path: target/coverage-reports/jacoco.xml
772+
expire_in: 1 week

0 commit comments

Comments
 (0)