[PATCH v2 0/2] acceptance: update asset urls for the Bionic aarch64 installer

Philippe Mathieu-Daudé posted 2 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200810093050.28744-1-philmd@redhat.com
tests/acceptance/boot_linux_console.py | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
[PATCH v2 0/2] acceptance: update asset urls for the Bionic aarch64 installer
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
v2 of Paolo's patch:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg728610.html

Do not update the binaries (and their hash), update the path to
the current tested binaries.

Supersedes: <20200809223741.56570-1-pbonzini@redhat.com>

Philippe Mathieu-Daudé (2):
  tests/acceptance/boot_linux: Extract common URL from xlnx-versal test
  tests/acceptance/boot_linux: Use stable URL for xlnx-versal test

 tests/acceptance/boot_linux_console.py | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

-- 
2.21.3


Re: [PATCH v2 0/2] acceptance: update asset urls for the Bionic aarch64 installer
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
On 8/10/20 11:30 AM, Philippe Mathieu-Daudé wrote:
> v2 of Paolo's patch:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg728610.html
> 
> Do not update the binaries (and their hash), update the path to
> the current tested binaries.
> 
> Supersedes: <20200809223741.56570-1-pbonzini@redhat.com>
> 
> Philippe Mathieu-Daudé (2):
>   tests/acceptance/boot_linux: Extract common URL from xlnx-versal test
>   tests/acceptance/boot_linux: Use stable URL for xlnx-versal test
> 
>  tests/acceptance/boot_linux_console.py | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)
> 

First patch applied to my acceptance-testing tree.