Skip to content

v9.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 03:31
d430afc

Summary:
Added

  • A new -tc-suggestion/--time-constraints-are-suggestion flag to exec.
  • A new --no-redirect flag to exec. It allows the endpoint of the scle test
    workcell instance to be used, instead of the client dashboard.

Fixed

  • The workcell id in exec was forced to be wcN. There is now no restrictions.

Updated

  • Added support for sessions and absolute time constraint in exec CLI command.
    Added "--sessionId", "--schedule-at", and "--schedule-delay" flags.
  • The api url expected by the exec method has been changed to be the url of
    the new dashboard (unless --no-redirect is used). It has the shape:
    base_url/facility/workcell. It does not require http to be added anymore.