Skip to content

Remove ContainerWait from docker client

Steve Xuereb requested to merge remove-unsued-docker-client-funcs into master

What does this MR do?

Remove ContainerWait from docker client

Why was this MR needed?

ContainerWait is not being used anywhere at this point, there are plans to use it as a replacement for gitlab-runner waitForContainer func over at #3918 (closed), but in the mean time it should be removed since it's dead code.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

This method was updated in !1148 (diffs) for #3488 (closed)

Edited by Steve Xuereb

Merge request reports