polaris.run.serial.run_tasks

polaris.run.serial.run_tasks(suite_name, quiet=False, is_task=False, steps_to_run=None, steps_to_skip=None)[source]

Run the given suite or task

Parameters
  • suite_name (str) – The name of the suite

  • quiet (bool, optional) – Whether step names are not included in the output as the suite progresses

  • is_task (bool) – Whether this is a task instead of a full suite

  • steps_to_run (list of str, optional) – A list of the steps to run if this is a task, not a full suite. The default behavior is to run the default steps unless they are in steps_to_skip

  • steps_to_skip (list of str, optional) – A list of steps not to run if this is a task, not a full suite. Typically, these are steps to remove from the defaults