ci: add Docker image caching to build_all and macro_coverage jobs#56
Merged
CamilleTTT merged 4 commits intoJun 3, 2026
Merged
Conversation
Contributor
🔨 Build & Macro Coverage ReportDefault Builds — Hex File Sizes
Macro Coverage Build Results
Source Code Compile Coverage
Full ENABLE_ Macro Coverage Table
|
The warm_cache job runs first, pulls the Docker image once, and saves it to the Actions cache. All downstream build_all and macro_coverage matrix jobs then restore from cache and docker-load, avoiding parallel pulls that hit Docker Hub rate limits.
- Add `prepare` job that reads _version.sh default tag, merges with CUBEIDE_EXTRA_TAGS env (space-separated, currently "15.0"), deduplicates, and outputs a JSON array for downstream matrix expansion. - Convert `warm_cache` to a matrix job that caches each Docker image. - Add `cubeide_docker_tag` matrix dimension to `build_all` so it builds across all declared versions. - `macro_coverage` uses the _version.sh default tag only. - Artifact names now include the Docker tag to avoid collisions. - `commit_firmware` downloads firmware built with the default tag.
Contributor
Author
|
regarding versions:
|
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.
which should prevent the 'random' build failures