CI framework with support for local execution.
 
 

272 B

Runners

Runners are responsible to execute a list of commands in a set environment defined in the CI yaml file.

List of runners

  • Python - executes python commands in a virtual environment
  • Docker - executes each job in a separate Docker container - unimplemented