Commit graph

9 commits

Author SHA1 Message Date
40dec1b6fd feat(edge): Enabled the buildkit docker driver for rootless operation, but with appamor requirement instead
Some checks failed
build / build (push) Successful in 1m9s
Go Tests / go-tests (push) Failing after 1m14s
2025-10-28 15:30:10 +01:00
4e241a2b1f
added /runner as emptydir
Some checks failed
build / build (push) Successful in 43s
Go Tests / go-tests (push) Failing after 1m17s
2025-10-27 15:18:25 +01:00
db92c0d3d5
introduced volume mounts for buildkitd socket
Some checks failed
Go Tests / go-tests (push) Failing after 1m7s
build / build (push) Successful in 2m46s
2025-10-27 15:04:04 +01:00
e1c5257388
fix(spec): change pod restart policy to Always
Some checks failed
build / build (push) Successful in 43s
Go Tests / go-tests (push) Failing after 1m3s
Allow runner pods to automatically restart on failure instead of never restarting. This improves reliability and enables better recovery from transient failures.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 14:55:30 +02:00
979bec7d91
added buildkitd sidecar to act runner
Some checks failed
build / build (push) Successful in 44s
Go Tests / go-tests (push) Failing after 1m4s
2025-10-24 14:23:33 +02:00
d3afdab31f
feat(provider): Add configurable PodSpec support via ExtraSpecs
Some checks failed
Go Tests / go-tests (push) Failing after 1m0s
Enable users to customize Kubernetes PodSpec through ExtraSpecs JSON configuration. This allows fine-grained control over resource limits, volumes, security contexts, and other pod-level settings while maintaining backward compatibility with default configuration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 12:12:31 +02:00
94038106d7
feature(provider): Make some of the runner parameters configurable in the extra config at garm runtime
Some checks failed
Go Tests / go-tests (push) Failing after 1m3s
2025-10-23 12:00:36 +02:00
0b01584122 feat(client): fix envs
Some checks failed
Go Tests / go-tests (push) Failing after 1m10s
2025-09-09 14:42:39 +02:00
37de81a835 feat(client): created provider instance
Some checks failed
Go Tests / go-tests (push) Failing after 1m31s
2025-09-03 15:36:49 +02:00