Re: Add CI configuration for Kubernetes

2023-05-24 Thread Richard Henderson
On 5/22/23 10:41, Camilla Conte wrote: Here's a second version (v2) of patches to support the Kubernetes runner for Gitlab CI. You can find the v1 thread here: https://lore.kernel.org/qemu-devel/20230407145252.32955-1-cco...@redhat.com/. Applied to master. With the k8s tag on the azure runne

Re: Add CI configuration for Kubernetes

2023-05-23 Thread Camilla Conte
On Tue, May 23, 2023 at 2:08 PM Richard Henderson wrote: > > On 5/23/23 01:24, Camilla Conte wrote: > > On Mon, May 22, 2023 at 11:52 PM Richard Henderson > > wrote: > >> This does not work: > >> > >> https://gitlab.com/qemu-project/qemu/-/pipelines/875254290 > > > > My bad, sorry. I didn't updat

Re: Add CI configuration for Kubernetes

2023-05-23 Thread Richard Henderson
On 5/23/23 01:24, Camilla Conte wrote: On Mon, May 22, 2023 at 11:52 PM Richard Henderson 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

Re: Add CI configuration for Kubernetes

2023-05-23 Thread Camilla Conte
On Mon, May 22, 2023 at 11:52 PM Richard Henderson 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

Re: Add CI configuration for Kubernetes

2023-05-23 Thread Daniel P . Berrangé
On Mon, May 22, 2023 at 03:52:30PM -0700, Richard Henderson wrote: > On 5/22/23 10:41, Camilla Conte wrote: > > Here's a second version (v2) of patches to support the Kubernetes runner > > for Gitlab CI. > > You can find the v1 thread here: > > https://lore.kernel.org/qemu-devel/20230407145252.32

Re: Add CI configuration for Kubernetes

2023-05-22 Thread Richard Henderson
On 5/22/23 10:41, Camilla Conte wrote: Here's a second version (v2) of patches to support the Kubernetes runner for Gitlab CI. You can find the v1 thread here: https://lore.kernel.org/qemu-devel/20230407145252.32955-1-cco...@redhat.com/. This does not work: https://gitlab.com/qemu-project/q

Add CI configuration for Kubernetes

2023-05-22 Thread Camilla Conte
Here's a second version (v2) of patches to support the Kubernetes runner for Gitlab CI. You can find the v1 thread here: https://lore.kernel.org/qemu-devel/20230407145252.32955-1-cco...@redhat.com/.

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Daniel P . Berrangé
On Fri, May 19, 2023 at 03:06:41PM +0100, Camilla Conte wrote: > On Fri, May 19, 2023 at 1:51 PM Daniel P. Berrangé > wrote: > > > > On Fri, May 19, 2023 at 01:33:50PM +0100, Camilla Conte wrote: > > > On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé > > > wrote: > > > > > > > > On Fri, Apr

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Camilla Conte
On Fri, May 19, 2023 at 1:51 PM Daniel P. Berrangé wrote: > > On Fri, May 19, 2023 at 01:33:50PM +0100, Camilla Conte wrote: > > On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé > > wrote: > > > > > > On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > > > > Configure Gitlab CI t

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Daniel P . Berrangé
On Fri, May 19, 2023 at 01:33:50PM +0100, Camilla Conte wrote: > On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé > wrote: > > > > On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > > > Configure Gitlab CI to run on Kubernetes > > > according to the official documentation. > > >

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Camilla Conte
On Fri, May 19, 2023 at 10:00 AM Daniel P. Berrangé wrote: > > On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > > Configure Gitlab CI to run on Kubernetes > > according to the official documentation. > > https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-in-docker-

Re: [PATCH 1/2] Add CI configuration for Kubernetes

2023-05-19 Thread Daniel P . Berrangé
On Fri, Apr 07, 2023 at 03:52:51PM +0100, Camilla Conte wrote: > Configure Gitlab CI to run on Kubernetes > according to the official documentation. > https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-in-docker-with-tls-enabled-in-kubernetes > > These changes are needed because o

[PATCH 1/2] Add CI configuration for Kubernetes

2023-04-07 Thread Camilla Conte
Configure Gitlab CI to run on Kubernetes according to the official documentation. https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#docker-in-docker-with-tls-enabled-in-kubernetes These changes are needed because of the CI jobs using Docker-in-Docker (dind). As soon as Docker-in-Docker