joyent / conch-api

Datacenter build and management service
Mozilla Public License 2.0
22 stars 11 forks source link

Add completed_status to build table #1059

Closed karenetheridge closed 3 years ago

karenetheridge commented 3 years ago

add build.completed_status

..to be returned in payloads for GET /build/:id_or_name GET /build

Now a build can be completed even if it has unhealthy devices. build.completed_status = 'success' iff all devices are healthy, and 'failure' otherwise.