Use develop build cache as a fallback in Gitlab CI jobs#3140
Merged
0xnm merged 4 commits intoJan 26, 2026
Conversation
0xnm
marked this pull request as ready for review
January 21, 2026 10:44
|
🎯 Code Coverage 🔗 Commit SHA: 80f0c69 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
Contributor
|
@codex review |
|
Codex Review: Didn't find any major issues. Bravo. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
kikoveiga
previously approved these changes
Jan 21, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3140 +/- ##
===========================================
- Coverage 71.02% 70.93% -0.08%
===========================================
Files 912 912
Lines 33525 33525
Branches 5635 5635
===========================================
- Hits 23808 23780 -28
- Misses 8149 8179 +30
+ Partials 1568 1566 -2 🚀 New features to boost your workflow:
|
aleksandr-gringauz
previously approved these changes
Jan 21, 2026
ambushwork
previously approved these changes
Jan 22, 2026
0xnm
dismissed stale reviews from ambushwork, aleksandr-gringauz, and kikoveiga
via
January 23, 2026 16:55
4b3bb3e
0xnm
force-pushed
the
nogorodnikov/use-develop-branch-build-cache-fallback
branch
from
January 23, 2026 16:55
1bdacb3 to
4b3bb3e
Compare
kikoveiga
previously approved these changes
Jan 23, 2026
aleksandr-gringauz
approved these changes
Jan 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Current pipeline is very long, it may take up to 1h to finish.
The caching strategy we use right now is a current branch name as a cache key, meaning for the first PR there is no cache.
This PR adds
developbranch cache as a fallback by leveraging https://docs.gitlab.com/ci/caching/#global-fallback-key.Also adding build cache to more jobs.
Publish to Maven jobs don't use cache on purpose.
Also this PR enables build cache usage.
Review checklist (to be filled by reviewers)