[PATCH v1 0/4] testing/next hotfix (revert bios build, mingw)

Alex Bennée posted 4 patches 3 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221011113417.794841-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
configure                                     |  33 ++-
tests/docker/dockerfiles/alpine.docker        |   2 +-
tests/docker/dockerfiles/centos8.docker       |   2 +-
.../dockerfiles/debian-amd64-cross.docker     | 234 ++++++++---------
tests/docker/dockerfiles/debian-amd64.docker  | 236 +++++++++---------
.../dockerfiles/debian-arm64-cross.docker     | 232 ++++++++---------
.../dockerfiles/debian-armel-cross.docker     | 230 ++++++++---------
.../dockerfiles/debian-armhf-cross.docker     | 232 ++++++++---------
.../dockerfiles/debian-mips64el-cross.docker  | 226 ++++++++---------
.../dockerfiles/debian-mipsel-cross.docker    | 226 ++++++++---------
.../dockerfiles/debian-ppc64el-cross.docker   | 230 ++++++++---------
.../dockerfiles/debian-s390x-cross.docker     | 228 ++++++++---------
.../dockerfiles/fedora-win32-cross.docker     | 139 ++++++++---
.../dockerfiles/fedora-win64-cross.docker     | 138 +++++++---
tests/docker/dockerfiles/fedora.docker        | 230 ++++++++---------
tests/docker/dockerfiles/opensuse-leap.docker |   2 +-
tests/docker/dockerfiles/ubuntu2004.docker    | 234 ++++++++---------
tests/docker/test-mingw                       |  16 +-
tests/lcitool/libvirt-ci                      |   2 +-
tests/lcitool/refresh                         |  48 ++--
20 files changed, 1520 insertions(+), 1400 deletions(-)
[PATCH v1 0/4] testing/next hotfix (revert bios build, mingw)
Posted by Alex Bennée 3 years, 4 months ago
Hi,

Consider this a hotfix testing/next series. I hadn't noticed the
update to build the BIOS's would trigger a lot of downloading for a
normal build. I've reverted one patch which stops that from happening
and we can revisit enabling this is a more sustainable way later.

Also we have updates for the win32/64 builds which didn't make the
last PR although they currently rely on a out-of-tree libvirt-ci
update.

I'm still without CI minutes so haven't been able to run this through
gitlab yet.

Please review (and push to CI) so I can spin a PR today.

Alex Bennée (4):
  tests/docker: update fedora-win[32|64]-cross with lcitool
  tests/docker: update test-mingw to run single build
  Revert "configure: build ROMs with container-based cross compilers"
  configure: expose the direct container command

 configure                                     |  33 ++-
 tests/docker/dockerfiles/alpine.docker        |   2 +-
 tests/docker/dockerfiles/centos8.docker       |   2 +-
 .../dockerfiles/debian-amd64-cross.docker     | 234 ++++++++---------
 tests/docker/dockerfiles/debian-amd64.docker  | 236 +++++++++---------
 .../dockerfiles/debian-arm64-cross.docker     | 232 ++++++++---------
 .../dockerfiles/debian-armel-cross.docker     | 230 ++++++++---------
 .../dockerfiles/debian-armhf-cross.docker     | 232 ++++++++---------
 .../dockerfiles/debian-mips64el-cross.docker  | 226 ++++++++---------
 .../dockerfiles/debian-mipsel-cross.docker    | 226 ++++++++---------
 .../dockerfiles/debian-ppc64el-cross.docker   | 230 ++++++++---------
 .../dockerfiles/debian-s390x-cross.docker     | 228 ++++++++---------
 .../dockerfiles/fedora-win32-cross.docker     | 139 ++++++++---
 .../dockerfiles/fedora-win64-cross.docker     | 138 +++++++---
 tests/docker/dockerfiles/fedora.docker        | 230 ++++++++---------
 tests/docker/dockerfiles/opensuse-leap.docker |   2 +-
 tests/docker/dockerfiles/ubuntu2004.docker    | 234 ++++++++---------
 tests/docker/test-mingw                       |  16 +-
 tests/lcitool/libvirt-ci                      |   2 +-
 tests/lcitool/refresh                         |  48 ++--
 20 files changed, 1520 insertions(+), 1400 deletions(-)

-- 
2.34.1


Re: [PATCH v1 0/4] testing/next hotfix (revert bios build, mingw)
Posted by Stefan Hajnoczi 3 years, 4 months ago
Hi Alex,
Please send a pull request and I'll kick off the CI.

Thanks,
Stefan
Re: [PATCH v1 0/4] testing/next hotfix (revert bios build, mingw)
Posted by Alex Bennée 3 years, 4 months ago
Stefan Hajnoczi <stefanha@gmail.com> writes:

> Hi Alex,
> Please send a pull request and I'll kick off the CI.

I've sent you a PR with just the revert in it.

>
> Thanks,
> Stefan


-- 
Alex Bennée