[why] for multi-qemu job, the qemu-efi container will build error, then the QEMU_EFI.fd will not found,
it caused one job will be remove from redis, but kvm can't execute it. so, this job looks like it's been executed, but not result file.
Signed-off-by: Xiao Shenwei xiaoshenwei96@163.com --- daemon/multi-qemu | 1 + 1 file changed, 1 insertion(+)
diff --git a/daemon/multi-qemu b/daemon/multi-qemu index b407251f..5f4d976b 100755 --- a/daemon/multi-qemu +++ b/daemon/multi-qemu @@ -7,6 +7,7 @@
multi_qemu() { + [ -f "/usr/share/qemu-efi-aarch64/QEMU_EFI.fd" ] || return export CCI_SRC=/c/compass-ci local hostname=$tbox_group--$HOSTNAME
On Wed, Nov 04, 2020 at 11:39:13AM +0800, Xiao Shenwei wrote:
pls ignore this patch
Thanks, Shenwei
[why] for multi-qemu job, the qemu-efi container will build error, then the QEMU_EFI.fd will not found,
it caused one job will be remove from redis, but kvm can't execute it. so, this job looks like it's been executed, but not result file.
Signed-off-by: Xiao Shenwei xiaoshenwei96@163.com
daemon/multi-qemu | 1 + 1 file changed, 1 insertion(+)
diff --git a/daemon/multi-qemu b/daemon/multi-qemu index b407251f..5f4d976b 100755 --- a/daemon/multi-qemu +++ b/daemon/multi-qemu @@ -7,6 +7,7 @@
multi_qemu() {
- [ -f "/usr/share/qemu-efi-aarch64/QEMU_EFI.fd" ] || return export CCI_SRC=/c/compass-ci local hostname=$tbox_group--$HOSTNAME
-- 2.23.0