[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add CI configuration for Kubernetes
From: |
Camilla Conte |
Subject: |
Re: Add CI configuration for Kubernetes |
Date: |
Tue, 23 May 2023 09:24:56 +0100 |
On Mon, May 22, 2023 at 11:52 PM Richard Henderson
<richard.henderson@linaro.org> wrote:
> This does not work:
>
> https://gitlab.com/qemu-project/qemu/-/pipelines/875254290
My bad, sorry. I didn't update the runner with the new values.yaml.
The Docker environment variables were missing so it's looking for the
Docker server at the wrong place.
Now I updated the runner. You have to add the "k8s" tag to the runner
again in the settings:
https://gitlab.com/qemu-project/qemu/-/settings/ci_cd#Runners.
As soon as the "k8s" tag is there the pipeline should be able to run.