[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] gitlab-ci: Reference rules instead of extends
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 2/5] gitlab-ci: Reference rules instead of extends |
Date: |
Wed, 31 May 2023 16:14:24 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Wed, May 31, 2023 at 04:08:21PM +0100, Camilla Conte wrote:
> This allows for the jobs to extend different templates while
> having a shared template for rules.
>
> Docs:
> https://docs.gitlab.com/ee/ci/jobs/job_control.html#reuse-rules-in-different-jobs
> Signed-off-by: Camilla Conte <cconte@redhat.com>
> ---
> .gitlab-ci.d/opensbi.yml | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Improvements to Gitlab CI container builds, Camilla Conte, 2023/05/31
- [PATCH 3/5] gitlab-ci: Move variables outside script, Camilla Conte, 2023/05/31
- [PATCH 2/5] gitlab-ci: Reference rules instead of extends, Camilla Conte, 2023/05/31
- Re: [PATCH 2/5] gitlab-ci: Reference rules instead of extends,
Daniel P . Berrangé <=
- [PATCH 5/5] gitlab-ci: Replace Docker with Kaniko, Camilla Conte, 2023/05/31
- [PATCH 4/5] gitlab-ci: Use container template for opensbi, Camilla Conte, 2023/05/31
- [PATCH 1/5] gitlab-ci: Remove unused Python package, Camilla Conte, 2023/05/31