https://github.com/celerity/slurmactiond
Schedule GitHub Actions jobs on a cluster through SLURM
https://github.com/celerity/slurmactiond
ci github-actions slurm
Last synced: 3 months ago
JSON representation
Schedule GitHub Actions jobs on a cluster through SLURM
- Host: GitHub
- URL: https://github.com/celerity/slurmactiond
- Owner: celerity
- License: mit
- Created: 2022-04-26T14:26:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T18:24:37.000Z (almost 2 years ago)
- Last Synced: 2025-12-31T05:42:50.482Z (5 months ago)
- Topics: ci, github-actions, slurm
- Language: Rust
- Homepage:
- Size: 998 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slurmactiond
Automatically schedules ephemeral Github Actions Runners through SLURM to execute your CI jobs
on a cluster.

slurmactiond is a Rust service receiving Github notifications through webhooks from a single
repository or an organization, and schedules Runners through local `srun` commands on the cluster
head-node it's running on.
Job and runner queues can be inspected through the built-in Web UI.

slurmactiond is used in the development of the [Celerity Runtime](https://celerity.github.io)
and is freely configurable. If it doesn't meet your use case yet, feel free to open an issue!
## Installation
See the [Installation Guide](INSTALL.md).