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
Service Desk
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
Merge requests
!64
GitLab 14.8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GitLab 14.8
topic/heptapod/gitlab-14.8
into
branch/heptapod
Overview
0
Commits
243
Pipelines
4
Changes
1
Merged
Georges Racinet
requested to merge
topic/heptapod/gitlab-14.8
into
branch/heptapod
3 years ago
Overview
0
Commits
243
Pipelines
4
Changes
1
Expand
Merge done at 14.8.2, changes seem orthogonal to Heptapod's
0
0
Merge request reports
Viewing commit
08c8ed53
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
08c8ed53
Heptapod CI: cache keys for Heptapod 0.30
· 08c8ed53
Georges Racinet
authored
3 years ago
heptapod-ci.yml
+
2
−
2
Options
@@ -34,7 +34,7 @@
# 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-14.
6
key
:
omnibus-deps-14.
8
paths
:
-
.bundle
script
:
@@ -52,7 +52,7 @@
# 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.
29
-pkg-focal
key
:
hpd-0.
30
-pkg-focal
paths
:
# playing safe, not sure whether a variable can be used in these paths
-
omnibus_cache
Loading