Skip to content

builds: move create to api endpoint

David Caro requested to merge move_build_start_to_api_backend into main

This includes removing some extra code that's not needed anymore and adding a common BuildClient class to handle the builds api requests.

Note that it removes some parameters that are not required anymore (as they are on the API side) or that we might not want to expose to users as-is (image-name and image-tag).

Bug: #337218

Signed-off-by: David Caro dcaro@wikimedia.org

Edited by David Caro

Merge request reports