[PATCH RESEND 0/2] gitlab-ci: add a qemu-based arm32 test

Stefano Stabellini posted 2 patches 2 years, 8 months ago
Only 0 patches received!
automation/gitlab-ci/build.yaml                    | 14 ++++-
automation/gitlab-ci/test.yaml                     | 27 +++++++-
automation/scripts/qemu-smoke-arm32.sh             | 72 ++++++++++++++++++++++
...arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} |  5 +-
4 files changed, 112 insertions(+), 6 deletions(-)
create mode 100755 automation/scripts/qemu-smoke-arm32.sh
rename automation/tests-artifacts/qemu-system-aarch64/{5.2.0-arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} (95%)
[PATCH RESEND 0/2] gitlab-ci: add a qemu-based arm32 test
Posted by Stefano Stabellini 2 years, 8 months ago
Hi all,

This short series adds a minimal ARM32 test based on QEMU. It just runs
Xen and Dom0 up to a Busybox prompt.

Cheers,

Stefano


Stefano Stabellini (2):
      Add qemu-system-arm to the existing tests-artifacts container
      Add an ARM32 qemu-based smoke test

 automation/gitlab-ci/build.yaml                    | 14 ++++-
 automation/gitlab-ci/test.yaml                     | 27 +++++++-
 automation/scripts/qemu-smoke-arm32.sh             | 72 ++++++++++++++++++++++
 ...arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} |  5 +-
 4 files changed, 112 insertions(+), 6 deletions(-)
 create mode 100755 automation/scripts/qemu-smoke-arm32.sh
 rename automation/tests-artifacts/qemu-system-aarch64/{5.2.0-arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} (95%)


Re: [PATCH RESEND 0/2] gitlab-ci: add a qemu-based arm32 test
Posted by Stefano Stabellini 2 years, 8 months ago
Re-ping?


On Tue, 13 Jul 2021, Stefano Stabellini wrote:
> Hi all,
> 
> This short series adds a minimal ARM32 test based on QEMU. It just runs
> Xen and Dom0 up to a Busybox prompt.
> 
> Cheers,
> 
> Stefano
> 
> 
> Stefano Stabellini (2):
>       Add qemu-system-arm to the existing tests-artifacts container
>       Add an ARM32 qemu-based smoke test
> 
>  automation/gitlab-ci/build.yaml                    | 14 ++++-
>  automation/gitlab-ci/test.yaml                     | 27 +++++++-
>  automation/scripts/qemu-smoke-arm32.sh             | 72 ++++++++++++++++++++++
>  ...arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} |  5 +-
>  4 files changed, 112 insertions(+), 6 deletions(-)
>  create mode 100755 automation/scripts/qemu-smoke-arm32.sh
>  rename automation/tests-artifacts/qemu-system-aarch64/{5.2.0-arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} (95%)
> 

Re: [PATCH RESEND 0/2] gitlab-ci: add a qemu-based arm32 test
Posted by Julien Grall 2 years, 8 months ago
Hi Stefano,

On 20/07/2021 20:48, Stefano Stabellini wrote:
> Re-ping?

Interestingly the patches were not threaded (in-reply-to seems to be 
missing in the headers), so I had to look them up by subject to find them.

Anyway, I have looked at patch #2 and provided some feebdack. The first 
patch #1 looks fine.

Cheers,

-- 
Julien Grall