rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Agent needs a way to be told which contexts to execute #34

Closed rtyler closed 3 years ago

rtyler commented 3 years ago

In the case of executing a pipeline which will run only a subset of a pipeline, think a specific stage, the agent must have a means of executing only specific contexts and then exiting.

I think this can just be a CLI argument and then the agent can only execute steps (sequentially) which match those context IDs

rtyler commented 3 years ago

I implemented this a while ago when I refactored some internal structures. The agent is now spawned only with a list of steps it can run uninterrupted.