]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
.gitlab-ci.d/crossbuilds: Fix the dependency of the cross-i386-tci job
authorThomas Huth <thuth@redhat.com>
Fri, 27 May 2022 15:35:32 +0000 (16:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Jun 2022 09:21:49 +0000 (10:21 +0100)
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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220524092600.89997-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220527153603.887929-3-alex.bennee@linaro.org>

.gitlab-ci.d/crossbuilds.yml

index 17d6cb3e458ab75d6c1853988f8c2403256122a3..4a5fb6ea2a6a5c6b10c0ef35ed5ea1ba84917cc0 100644 (file)
@@ -62,6 +62,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