Skip to content
Snippets Groups Projects

GitLab 13.10

Merged Georges Racinet requested to merge topic/heptapod/gitlab-13.10 into branch/heptapod
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -9,6 +9,8 @@
COMPILE_ASSETS: "true"
IN_PROJECT_OMNIBUS_CACHE: 'omnibus_cache'
image: "registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_20.04-1.0.1"
workflow:
rules:
# in case a Mercurial tag is pushed, we currently get two pipelines,
@@ -30,7 +32,6 @@
rspec:
stage: test
image: "registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_20.04-1.0.1"
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
@@ -46,7 +47,6 @@
pkg-ubuntu-focal:
stage: package
timeout: 4h
image: "registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_20.04-1.0.1"
cache:
# conservative caching with only downloads
# in theory, keeping previous builds would be much more efficient,
Loading