CI framework with support for local execution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

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