Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore using remote build cache for test actions in github #2240

Open
Kietyo opened this issue Jun 17, 2024 · 2 comments
Open

Explore using remote build cache for test actions in github #2240

Kietyo opened this issue Jun 17, 2024 · 2 comments

Comments

@Kietyo
Copy link
Contributor

Kietyo commented Jun 17, 2024

Currently taking the free gradle courses in DPE university:

https://dpeuniversity.gradle.com/courses/ec69d0b8-9171-4969-ac3e-82dea16f87b0/activities/1021606f-db03-489b-91e8-915d11c01f4c

image

Enabling remote caching may improve TEST github actions quite substantially.

How to configure:

image
@soywiz
Copy link
Member

soywiz commented Jun 17, 2024

Though it was enterprise only. It can be configured for free on Github Actions?
Could that local {} be used to publish locally and then persist it with Github Actions cache?
If you manage to get it working on github, please let us know or make a PR. That would be indeed an awesome addition.

@Kietyo
Copy link
Contributor Author

Kietyo commented Jun 19, 2024

You can apparently host your own build cache node:

https://hub.docker.com/r/gradle/build-cache-node/

https://docs.gradle.com/build-cache-node/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending
Development

No branches or pull requests

2 participants