Skip to content

functional-tests: builds-api: don't fail to cleanup

Arturo Borrero Gonzalez requested to merge arturo-136-functional-tests-bu into main

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

Merge request reports