UNCLASSIFIED - NO CUI

Skip to content

Add a "readiness probe" to DIND in CI

Micah Nagel requested to merge dind-ci-fix into master

Relates to https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/187

This is a solution for the bullet 2 in that issue. It uses a basic bash script found in an upstream issue that will wait on DIND to be available before proceeding (or proceed after a minute and fail the way it would before). From what I've seen typically one retry is enough so I suspect the 12 retry/1 minute limit is sufficient unless we are having real problems.

This is required because upstream gitlab runners do not yet provide a way to specify readiness probes to the services used (see this issue as well as others upstream).

This is a "sister" to the package pipeline fix - https://repo1.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/-/merge_requests/64

Edited by Micah Nagel

Merge request reports