Skip to content

CI speedup#1296

Merged
leplatrem merged 3 commits into
mainfrom
gh-actions-speedup
May 14, 2026
Merged

CI speedup#1296
leplatrem merged 3 commits into
mainfrom
gh-actions-speedup

Conversation

@leplatrem
Copy link
Copy Markdown
Contributor

The browser tests always take forever.

We rebuild the container each time. Let's rebuild it only when necessary.

Also, it seems that cache didn't have any effect on browser tests.
We were using buildkit and no "scope":

Scope is a key used to identify the cache object. By default, it is set to buildkit. If you build multiple images, each build will overwrite the cache of the previous, leaving only the final cache.
https://docs.docker.com/build/cache/backends/gha/#scope

@leplatrem leplatrem merged commit 02da7ed into main May 14, 2026
13 checks passed
@leplatrem leplatrem deleted the gh-actions-speedup branch May 14, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants