Skip to content

[BB-2003] Remove the 'clean' target dependency for the 'test.integration_cleanup' target

Created by: lgp171188

It runs a lot of stuff (including coverage) which are not needed in the cleanup job.

Testing instructions:

  • After the PR is merged (the job runs only on the master branch), verify that the cleanup job doesn't run the commands in the clean target and that the error about the missing coverage command is not thrown. Since the cleanup job runs as a scheduled task, we will have to wait till the next scheduled run.
  • Alternatively, use the CircleCI local CLI tool to run the cleanup job locally after converting the configuration file and verifying that the execution proceeds past the step that is currently failing.

Merge request reports