functional-tests: builds-api: don't fail to cleanup
Ignore cleanup failures. This may prevent a deadlock:
- the clean steps may fail if harbor doesn't have a project for the user
- the clean failing will prevent the rest of the buildservice tests from running
- therefore the harbor project will never be created
Signed-off-by: Arturo Borrero Gonzalez aborrero@wikimedia.org