This repository was archived by the owner on Mar 4, 2025. It is now read-only.
[Dependency Cache] Remove Save Cache from CI #39
Merged
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.
Project Thread: paaHJt-7CE-p2
(Softly) Required By: a8c-ci-toolkit#135
Description
This PR removed the CI job that was responsible to trigger
save_gradle_dependency_cache
.With this job present, every tag related build tries to save the dependencies in a cache, but, this functionality has been broken for a while, the
example:build
task is constantly failing on CI (see below).Example Build: 1.23.1
FYI: No matter, we have decided to not use this project for this purpose, as as such to have a single dependency cache for all projects, and then restore this bigger than needed cache per project, only to use a specific set of dependencies per project. Instead, we decided it is better for each project to have a scheduled job, either weekly or daily, which will trigger this 'save_gradle_dependency_cache' script and only save the dependencies that it really needs.
Testing information
Just verify that all the CI checks are successful.