Re: [PATCH 0/3] ci: use cirrus-run to utilize Cirrus CI from GitLab CI

2021-07-05 Thread Alex Bennée
Daniel P. Berrangé writes: > Currently the Cirrus CI pipelines are completely separate from the > GitLab CI pipelines. This means contributors/maintainers have to > monitor two distinct places. Queued to testing/next, thanks. -- Alex Bennée

Re: [PATCH 0/3] ci: use cirrus-run to utilize Cirrus CI from GitLab CI

2021-06-28 Thread Daniel P . Berrangé
On Mon, Jun 28, 2021 at 09:34:41AM +0200, Thomas Huth wrote: > On 25/06/2021 19.22, Daniel P. Berrangé wrote: > [...] > > The MSys Windows job still remains in the .cirrus.yml file. This > > can be addressed to, if we extend libvirt-ci to have package > > mapping information for MSys. > > I think

Re: [PATCH 0/3] ci: use cirrus-run to utilize Cirrus CI from GitLab CI

2021-06-28 Thread Thomas Huth
On 25/06/2021 19.22, Daniel P. Berrangé wrote: [...] The MSys Windows job still remains in the .cirrus.yml file. This can be addressed to, if we extend libvirt-ci to have package mapping information for MSys. I think gitlab-CI offers shared Windows runners, too, see e.g.:

[PATCH 0/3] ci: use cirrus-run to utilize Cirrus CI from GitLab CI

2021-06-25 Thread Daniel P . Berrangé
Currently the Cirrus CI pipelines are completely separate from the GitLab CI pipelines. This means contributors/maintainers have to monitor two distinct places. This series uses the 'cirrus-run' tool from within a GitLab CI job to invoke a Cirrus CI job. Effectively Cirrus CI becomes a custom