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

Create runners #10

Open
onlyjus opened this issue Jul 13, 2021 · 0 comments
Open

Create runners #10

onlyjus opened this issue Jul 13, 2021 · 0 comments
Labels

Comments

@onlyjus
Copy link
Collaborator

onlyjus commented Jul 13, 2021

Runners are small clients that connect to, check for, and execute tasks. The runner needs to be designed to run on arbitrary hardware with a variety of executors that actually execute the commands/code/etc.

Runners need to be registered with the orchestrator using a unique token. Once registered, the runner will check for tasks that match the tags (OS, executor), and execute those tasks.

I think gitlab has a nice model to follow, which they use for their CI: https://docs.gitlab.com/runner/#runner-execution-flow

image

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

No branches or pull requests

1 participant