All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Aleksandar Rikalo" <aleksandar.rikalo@syrmia.com>,
	xen-devel@lists.xenproject.org, kvm@vger.kernel.org,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
	"Willian Rampazzo" <wrampazz@redhat.com>,
	"Paul Durrant" <paul@xen.org>, "Huacai Chen" <chenhc@lemote.com>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Claudio Fontana" <cfontana@suse.de>,
	"Halil Pasic" <pasic@linux.ibm.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"David Gibson" <david@gibson.dropbear.id.au>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	qemu-s390x@nongnu.org, "Aurelien Jarno" <aurelien@aurel32.net>,
	qemu-arm@nongnu.org
Subject: Re: [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
Date: Mon, 7 Dec 2020 06:11:08 +0100	[thread overview]
Message-ID: <e5494ad3-a67e-0013-b48f-0fa82d67c397@redhat.com> (raw)
In-Reply-To: <20201206185508.3545711-2-philmd@redhat.com>

On 06/12/2020 19.55, Philippe Mathieu-Daudé wrote:
> 'extends' is an alternative to using YAML anchors
> and is a little more flexible and readable. See:
> https://docs.gitlab.com/ee/ci/yaml/#extends
> 
> More importantly it allows exploding YAML jobs.
> 
> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  .gitlab-ci.d/crossbuilds.yml | 40 ++++++++++++++++++------------------
>  1 file changed, 20 insertions(+), 20 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>


WARNING: multiple messages have this Message-ID (diff)
From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Aleksandar Rikalo" <aleksandar.rikalo@syrmia.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	qemu-arm@nongnu.org, kvm@vger.kernel.org,
	"Paul Durrant" <paul@xen.org>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Halil Pasic" <pasic@linux.ibm.com>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	qemu-s390x@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
	"Willian Rampazzo" <wrampazz@redhat.com>,
	"Huacai Chen" <chenhc@lemote.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	xen-devel@lists.xenproject.org,
	"David Gibson" <david@gibson.dropbear.id.au>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Aurelien Jarno" <aurelien@aurel32.net>,
	"Claudio Fontana" <cfontana@suse.de>
Subject: Re: [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
Date: Mon, 7 Dec 2020 06:11:08 +0100	[thread overview]
Message-ID: <e5494ad3-a67e-0013-b48f-0fa82d67c397@redhat.com> (raw)
In-Reply-To: <20201206185508.3545711-2-philmd@redhat.com>

On 06/12/2020 19.55, Philippe Mathieu-Daudé wrote:
> 'extends' is an alternative to using YAML anchors
> and is a little more flexible and readable. See:
> https://docs.gitlab.com/ee/ci/yaml/#extends
> 
> More importantly it allows exploding YAML jobs.
> 
> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  .gitlab-ci.d/crossbuilds.yml | 40 ++++++++++++++++++------------------
>  1 file changed, 20 insertions(+), 20 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>



  reply	other threads:[~2020-12-07  5:13 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 18:55 [PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs Philippe Mathieu-Daudé
2020-12-06 18:55 ` Philippe Mathieu-Daudé
2020-12-06 18:55 ` [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job) Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-07  5:11   ` Thomas Huth [this message]
2020-12-07  5:11     ` Thomas Huth
2020-12-06 18:55 ` [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-06 19:23   ` Claudio Fontana
2020-12-06 19:23     ` Claudio Fontana
2020-12-06 23:44     ` Philippe Mathieu-Daudé
2020-12-06 23:44       ` Philippe Mathieu-Daudé
2020-12-06 18:55 ` [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-07  5:20   ` Thomas Huth
2020-12-07  5:20     ` Thomas Huth
2020-12-07 10:04     ` Philippe Mathieu-Daudé
2020-12-07 10:04       ` Philippe Mathieu-Daudé
2020-12-06 18:55 ` [PATCH 4/8] gitlab-ci: Add KVM ARM " Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-07  5:41   ` Thomas Huth
2020-12-07  5:41     ` Thomas Huth
2020-12-06 18:55 ` [PATCH 5/8] gitlab-ci: Add KVM s390x " Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-07  5:46   ` Thomas Huth
2020-12-07  5:46     ` Thomas Huth
2020-12-07 10:00     ` Philippe Mathieu-Daudé
2020-12-07 10:00       ` Philippe Mathieu-Daudé
2020-12-07 10:26       ` Philippe Mathieu-Daudé
2020-12-07 10:26         ` Philippe Mathieu-Daudé
2020-12-07 10:33         ` Thomas Huth
2020-12-07 10:33           ` Thomas Huth
2020-12-07 10:37           ` Philippe Mathieu-Daudé
2020-12-07 10:37             ` Philippe Mathieu-Daudé
2020-12-07 10:25     ` Daniel P. Berrangé
2020-12-07 10:25       ` Daniel P. Berrangé
2020-12-07 10:26       ` Philippe Mathieu-Daudé
2020-12-07 10:26         ` Philippe Mathieu-Daudé
2020-12-07 10:34         ` Daniel P. Berrangé
2020-12-07 10:34           ` Daniel P. Berrangé
2020-12-07 11:14           ` Philippe Mathieu-Daudé
2020-12-07 11:14             ` Philippe Mathieu-Daudé
2020-12-07 11:26             ` Philippe Mathieu-Daudé
2020-12-07 11:26               ` Philippe Mathieu-Daudé
2020-12-06 18:55 ` [PATCH 6/8] gitlab-ci: Add KVM PPC " Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-07  1:38   ` David Gibson
2020-12-07  1:38     ` David Gibson
2020-12-07  5:57   ` Thomas Huth
2020-12-07  5:57     ` Thomas Huth
2020-12-06 18:55 ` [PATCH 7/8] gitlab-ci: Add KVM MIPS " Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-07  5:58   ` Thomas Huth
2020-12-07  5:58     ` Thomas Huth
2020-12-06 18:55 ` [PATCH 8/8] gitlab-ci: Add Xen " Philippe Mathieu-Daudé
2020-12-06 18:55   ` Philippe Mathieu-Daudé
2020-12-07 10:23 ` [PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs Daniel P. Berrangé
2020-12-07 10:23   ` Daniel P. Berrangé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e5494ad3-a67e-0013-b48f-0fa82d67c397@redhat.com \
    --to=thuth@redhat.com \
    --cc=aleksandar.rikalo@syrmia.com \
    --cc=alex.bennee@linaro.org \
    --cc=aurelien@aurel32.net \
    --cc=borntraeger@de.ibm.com \
    --cc=cfontana@suse.de \
    --cc=chenhc@lemote.com \
    --cc=cohuck@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=jiaxun.yang@flygoat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=pasic@linux.ibm.com \
    --cc=paul@xen.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=sstabellini@kernel.org \
    --cc=wainersm@redhat.com \
    --cc=wrampazz@redhat.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.