Skip to content

Migrate service wait script to Go

What does this MR do?

Migrate service wait script to Go

Why was this MR needed?

gitlab-runner-service is a bash script inside of the helper image that runs to check if a specific host/port of service is open. This is written in bash currently, which does not run on windows. With support for windows coming we need to make this cross-platform.

Are there points in the code the reviewer needs to double check?

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?

#3755 (closed)

Edited by Kamil Trzciński

Merge request reports