Skip to content
Snippets Groups Projects
Commit 778ae95e authored by Georges Racinet's avatar Georges Racinet
Browse files

Heptapod CI: bumped base image and cache keys for GitLab 13.5

parent c33b3984
No related branches found
Tags heptapod-0.16.0.pre-3
2 merge requests!20Configuration for Mercurial module policy,!18Draft: GitLab 13.5
Pipeline #14507 canceled
......@@ -28,8 +28,8 @@
rspec:
stage: test
image: "registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_16.04-0.0.72"
image: "registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_16.04-0.0.73"
cache:
# we don't use the big cache from the pkg job(s), because Runner
# cache involve zip/unzip that would probably turn out to be longer
# than no cache in the case of just the Ruby dependencies for Omnibus.
......@@ -32,8 +32,8 @@
cache:
# we don't use the big cache from the pkg job(s), because Runner
# cache involve zip/unzip that would probably turn out to be longer
# than no cache in the case of just the Ruby dependencies for Omnibus.
key: omnibus-deps
key: omnibus-deps-13.5
paths:
- .bundle
script:
......@@ -43,9 +43,9 @@
pkg-ubuntu-xenial:
stage: package
timeout: 4h
image: "registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_16.04-0.0.72"
image: "registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_16.04-0.0.73"
cache:
# conservative caching with only downloads
# in theory, keeping previous builds would be much more efficient,
# but it often led to unrecoverable failures in our experiments so far
# (first symptom is trying to patch a license file that's already patched).
......@@ -47,9 +47,9 @@
cache:
# conservative caching with only downloads
# in theory, keeping previous builds would be much more efficient,
# but it often led to unrecoverable failures in our experiments so far
# (first symptom is trying to patch a license file that's already patched).
key: hpd-0.17-pkg-xenial-3
key: hpd-0.18-pkg-xenial-1
paths:
# playing safe, not sure whether a variable can be used in these paths
- omnibus_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment