Skip to content

Commit 82c040a

Browse files
committed
TEST: gitlab: increase artefact expiration time
for scheduled jobs, this period might be to tight. increase it to 1h to allow more flexibility
1 parent 71dc94f commit 82c040a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ docker-build:
103103
when: on_success
104104
paths:
105105
- tar
106-
expire_in: 15 minutes
106+
expire_in: 60 minutes
107107
.kind_deployment:
108108
stage: e2e-tests
109109
needs: ["diff", "tidy", "docker-build"]
@@ -116,7 +116,9 @@ docker-build:
116116
artifacts:
117117
paths:
118118
- tar
119-
expire_in: 30 minutes
119+
expire_in: 1 minutes
120+
exclude:
121+
- tar/*
120122
before_script:
121123
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY_GO
122124
- docker load -i tar/k8sIC.tar

0 commit comments

Comments
 (0)