qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QEMU CI failed due to canceled download


From: Cleber Rosa
Subject: Re: QEMU CI failed due to canceled download
Date: Thu, 25 Feb 2021 14:24:02 -0500

On Thu, Feb 25, 2021 at 05:51:08AM +0100, Thomas Huth wrote:
> 
>  Hi,
> 
> I just faced this failure in the CI:
> 
>  https://gitlab.com/thuth/qemu/-/jobs/1053467007#L73
> 
> I thought we'd handle CANCEL as "skipped"? Why did this
> cause the CI to fail?
>

Hi Thomas,

Like Wainer pointed out, your expectations are correct.  CANCEL behaves
like a skip, but because the test was underway, rather than never
tried, Avocado calls it that way.

So, in this particular case, the test was actually interrupted, and it
was interrupted while downloading the Fedora 31 image, which it
*shouldn't* be doing during the test.  The "get-vm-images" target
defined in tests/Makefile.include is a prerequisite for
"check-acceptance", so that those files get downloaded before the
Avocado job even starts.

It looks like that on c401c058a1c a TARGETS variable was introduced
with a different format than it was coming from the main Makefile.
And, IIUC, that made the "get-vm-images" succeed because there was
no matching architecture to download.

I've reproduced the issue on my system, and I'm sending a patch with
a proposed fix.

Thanks,
- Cleber.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]