On Tue, May 23, 2023 at 2:06 PM Richard Henderson
wrote:
>
> On 5/22/23 10:41, Camilla Conte wrote:
> > +- until docker info; do sleep 1; done
>
> How long are you expecting this to have to wait?
> Less than 5 seconds?
I remember seeing jobs where it took longer than five seconds, but I
can't
On 5/22/23 10:41, Camilla Conte wrote:
+- until docker info; do sleep 1; done
How long are you expecting this to have to wait?
Less than 5 seconds?
r~
On Mon, May 22, 2023 at 06:41:52PM +0100, Camilla Conte wrote:
> Wait for docker info to return successfuly to ensure that
> the docker server (daemon) started.
> This is needed for jobs running on Kubernetes.
> See https://wiki.qemu.org/Testing/CI/KubernetesRunners.
>
> Signed-off-by: Camilla Con
Wait for docker info to return successfuly to ensure that
the docker server (daemon) started.
This is needed for jobs running on Kubernetes.
See https://wiki.qemu.org/Testing/CI/KubernetesRunners.
Signed-off-by: Camilla Conte
---
.gitlab-ci.d/container-template.yml | 2 +-
.gitlab-ci.d/opensbi.y