Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
778ae95e
Commit
778ae95e
authored
4 years ago
by
Georges Racinet
Browse files
Options
Downloads
Patches
Plain Diff
Heptapod CI: bumped base image and cache keys for GitLab 13.5
parent
c33b3984
No related branches found
Branches containing commit
Tags
heptapod-0.16.0.pre-3
Tags containing commit
2 merge requests
!20
Configuration for Mercurial module policy
,
!18
Draft: GitLab 13.5
Pipeline
#14507
canceled
4 years ago
Stage: test
Stage: package
Stage: docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
heptapod-ci.yml
+4
-4
4 additions, 4 deletions
heptapod-ci.yml
with
4 additions
and
4 deletions
heptapod-ci.yml
+
4
−
4
View file @
778ae95e
...
...
@@ -28,8 +28,8 @@
rspec
:
stage
:
test
image
:
"
registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_16.04-0.0.7
2
"
image
:
"
registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_16.04-0.0.7
3
"
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.7
2
"
image
:
"
registry.heptapod.net/heptapod/ci-images/heptapod-omnibus-builder:ubuntu_16.04-0.0.7
3
"
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.1
7
-pkg-xenial-
3
key
:
hpd-0.1
8
-pkg-xenial-
1
paths
:
# playing safe, not sure whether a variable can be used in these paths
-
omnibus_cache
...
...
This diff is collapsed.
Click to expand it.
Georges Racinet
@gracinet
mentioned in commit
d638c12b2c0b
·
4 years ago
mentioned in commit
d638c12b2c0b
mentioned in commit d638c12b2c0b6f81e67a07b8c1ad8ce905ee9589
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment