As a Toolforge user I want to be able to delete builds
How do we know it's done?
Feature: I want to delete builds
Background:
Given I'm logged in as a tool (after ssh login.toolforge.org + become mytool)
Scenario: Delete a given build
Given that I started a build with id {id} When I run the command toolforge build delete {id} Then the build is removed from my builds And I don't see the build when running build list And I get build not found when running build show {id}
Scenario: Service is down
When I run the command toolforge build list and the service is down Then I see an error message telling me the service is down And the message gives me actionable feedback
This epic contains the following tasks:
This is a tracking task, so it will be closed once the tasks mentioned below are completed.