gitlab CI: increase the artifacts expiry to 6h
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 21 Aug 2018 21:25:23 +0000 (07:25 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 21 Aug 2018 21:35:12 +0000 (07:35 +1000)
commit621e224d9ac038c5ff2e8f88e78a81297408d08d
tree8e71d4173e2af596d1680e818ae4a86440c43b90
parenta52f0db3c54b093a2c44dce37ea6dd5582a19c5a
gitlab CI: increase the artifacts expiry to 6h

20 min for the "this docker image is ok" marker should be enough but not when
we're hit with random stuck containers in the next stage. By the time those
time out the artefacts have been removed and we now get a dependency error,
forcing us to re-run the whole pipeline.

Since the marker is only a few bytes, we can keep this for a bit longer
without risking running out of space.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml