Skip to content

agynio/runners

Repository files navigation

Runners

The Runners service manages runner registrations and workload runtime state.

Architecture: Runners

Local Development

Full setup: Local Development

Prepare environment

git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y

See bootstrap for details.

Run from sources

# Deploy once (exit when healthy)
devspace dev

# Watch mode (streams logs, re-syncs on changes)
devspace dev -w

Run tests

# From the agynio/e2e repo
devspace run test-e2e --tag svc_runners

E2E coverage is centralized in agynio/e2e under the go-core suite. See E2E Testing.

Helm chart defaults

The chart ships with a DENY-based Istio AuthorizationPolicy. By default, authorizationPolicy.identityServiceAccounts allows in-mesh callers that forward x-identity-id (gateway, expose, notifications, chat). Override the list if your deployment uses different service accounts (for example, add agents-orchestrator-e2e for E2E runs).

About

Runners service — runner registration and workload state

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors