Speedup Github Action runs
Open
@poikilotherm is already working on this.
Since Mar 26, 2024.
Component: Code Infrastructure
Component: Containers
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
Artifacts: Uploads are slow!
- Do not include the WAR file in the
java-builddir.tar(140 MB) - Maybe do not include the
dataverse/WEB-INF/libdir (160MB)
Caching:
- Analyse why there are 240 MB and 800 MB caches
- Do not use a cache for very different versions of the POM. We're stable enough, just make it one cache.
- Delete the cache at certain intervals (time based? closed PR based?)
- Optimize cache ignores, do not include installed build artifacts
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.