zuul-jobs/roles/wait-for-pods/README.rst
okozachenko 4b390f2d40 Add the namespace in wait-for-pods role
Specify the namespace for waiting, so no need to change the context

Change-Id: I4b961bdc8c740e20d6b72200f0161d2f5c5c2c19
2020-05-29 17:40:31 +03:00

9 lines
297 B
ReStructuredText

Wait for all pods to become Ready
This role scans the current namespace for all pods and ensures that all of
them are in a Ready state.
.. zuul:rolevar:: wait_for_pods_namespace
Name of the specified namespace. If not specified explicitly,
then use the namespace in the current context.