No description
  • Rust 99.5%
  • Nix 0.5%
Find a file
2026-07-09 14:28:12 +05:30
.sqlx fix: sqlx offline compilation 2026-07-03 00:12:33 +05:30
config feat: example configuration file 2026-07-03 00:08:28 +05:30
migrations feat: store jobs and job logs in sqlx+slite 2026-07-02 22:35:56 +05:30
src fix: create workdir 2026-07-09 14:28:12 +05:30
.ci.sh feat: self-host 2026-07-03 04:13:52 +05:30
.gitignore feat: init 2026-07-02 22:16:06 +05:30
Cargo.lock feat: add logging 2026-07-03 03:17:52 +05:30
Cargo.toml feat: add logging 2026-07-03 03:17:52 +05:30
devenv.lock feat: init 2026-07-02 22:16:06 +05:30
devenv.nix feat: init 2026-07-02 22:16:06 +05:30
devenv.yaml feat: init 2026-07-02 22:16:06 +05:30
README.md feat: example configuration file 2026-07-03 00:08:28 +05:30

Runner VM Networking

cici expects bridges and (taps) x (number of Runners) to be in place before startup.

cici also expects DHCP service at the bridge

				 ----->tap0--> Runner 0
				|
host -> bridge - ----->tap1--> Runner 1
				|
				----->tap2--> Runner 3