All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
@ 2022-05-24  9:26 Thomas Huth
  2022-05-24 11:36 ` Richard Henderson
  2022-05-24 15:46 ` Alex Bennée
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2022-05-24  9:26 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel
  Cc: Alex Bennée, Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Beraldo Leal, Stefan Weil

The cross-i386-tci job uses the fedora-i386-cross image, so we should make sure
that the corresponding job that builds it (the i386-fedora-cross-container job)
has finished before we start the TCI job.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/crossbuilds.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
index 8f5add46ac..fe6bfacc30 100644
--- a/.gitlab-ci.d/crossbuilds.yml
+++ b/.gitlab-ci.d/crossbuilds.yml
@@ -63,6 +63,8 @@ cross-i386-user:
 cross-i386-tci:
   extends: .cross_accel_build_job
   timeout: 60m
+  needs:
+    job: i386-fedora-cross-container
   variables:
     IMAGE: fedora-i386-cross
     ACCEL: tcg-interpreter
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
  2022-05-24  9:26 [PATCH] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job Thomas Huth
@ 2022-05-24 11:36 ` Richard Henderson
  2022-05-24 15:46 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2022-05-24 11:36 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Alex Bennée, Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Beraldo Leal, Stefan Weil

On 5/24/22 02:26, Thomas Huth wrote:
> The cross-i386-tci job uses the fedora-i386-cross image, so we should make sure
> that the corresponding job that builds it (the i386-fedora-cross-container job)
> has finished before we start the TCI job.
> 
> Signed-off-by: Thomas Huth<thuth@redhat.com>
> ---
>   .gitlab-ci.d/crossbuilds.yml | 2 ++
>   1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
  2022-05-24  9:26 [PATCH] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job Thomas Huth
  2022-05-24 11:36 ` Richard Henderson
@ 2022-05-24 15:46 ` Alex Bennée
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2022-05-24 15:46 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Richard Henderson, qemu-devel, Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Beraldo Leal, Stefan Weil


Thomas Huth <thuth@redhat.com> writes:

> The cross-i386-tci job uses the fedora-i386-cross image, so we should make sure
> that the corresponding job that builds it (the i386-fedora-cross-container job)
> has finished before we start the TCI job.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Queued to testing/next, thanks.

-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-24 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24  9:26 [PATCH] .gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job Thomas Huth
2022-05-24 11:36 ` Richard Henderson
2022-05-24 15:46 ` Alex Bennée

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.