Open sempervictus opened 4 months ago
This issue is stale because it has been open for 30 days with no activity.
This issue is stale because it has been open for 30 days with no activity.
This issue is stale because it has been open for 30 days with no activity.
For workflows which recycle machines - HPC and the like, it's handy to create, run, and operate based on the return values of both commissioning and test scripts. Defining scripts as resources and then assigning those to a
machine
resource for execution when its state goes tocommissioning
ortesting
would permit the next iteration using a selector of ready/tested machines to do one thing while the cohort of test/script failures would be run through a different branch of logic.Rough requirements:
script
resource with commissioning/test type and contents (preferably validating MaaS' markup syntax in the header comments)script
s tomachine
resourcesinstance
or astate
mechanism of some kind formachine
to permit testing/commissioning/marking-broken (presumably to end an autonomous workflow and make a human handle it)