Skip to content

Parallelism

Kevin Goslar edited this page Jun 12, 2018 · 2 revisions

Why

  • faster execution

How

  • text-run.yml allows to define multiple file globs
  • each file glob is executed in parallel with the others
    • separate ActivityList
    • executed by a separate SequentialRunner instance
    • on a separate workspace
Clone this wiki locally