You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH action to reserve one machine works great.
However there is also multi device agent which allows to reserve several machines at once and they behave as a group, either all are reserved or job fails.
Input for the action will be valid Testflinger job in yaml file.
Output will be two lists
list of job ids of reservation jobs (so that they can be cancelled when machines are not needed before timeout)
list of IPs of reserved machines
To avoid complexity action can require that job always contains reservation data and never test or other than provisioning data
The text was updated successfully, but these errors were encountered:
GH action to reserve one machine works great.
However there is also multi device agent which allows to reserve several machines at once and they behave as a group, either all are reserved or job fails.
Input for the action will be valid Testflinger job in yaml file.
Output will be two lists
To avoid complexity action can require that job always contains reservation data and never test or other than provisioning data
The text was updated successfully, but these errors were encountered: