[PATCH] gitlab-ci: build hexagon-softmmu to enable functional test

Brian Cain posted 1 patch 1 week, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260717041916.3949105-1-brian.cain@oss.qualcomm.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
.gitlab-ci.d/buildtest.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] gitlab-ci: build hexagon-softmmu to enable functional test
Posted by Brian Cain 1 week, 1 day ago
Add hexagon-softmmu to build-system-debian's target list so that the
existing functional-system-debian job picks up hexagon functional
test.

Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
---
 .gitlab-ci.d/buildtest.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index e2553e7326f..831d9a26742 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -70,8 +70,8 @@ build-system-debian:
   variables:
     IMAGE: debian
     CONFIGURE_ARGS: --with-coroutine=sigaltstack --enable-rust
-    TARGETS: arm-softmmu i386-softmmu riscv64-softmmu sh4eb-softmmu
-      sparc-softmmu xtensa-softmmu
+    TARGETS: arm-softmmu hexagon-softmmu i386-softmmu riscv64-softmmu
+      sh4eb-softmmu sparc-softmmu xtensa-softmmu
     MAKE_CHECK_ARGS: check-build
 
 check-system-debian:
-- 
2.34.1

Re: [PATCH] gitlab-ci: build hexagon-softmmu to enable functional test
Posted by Thomas Huth 1 week, 1 day ago
On 17/07/2026 06.19, Brian Cain wrote:
> Add hexagon-softmmu to build-system-debian's target list so that the
> existing functional-system-debian job picks up hexagon functional
> test.
> 
> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
> ---
>   .gitlab-ci.d/buildtest.yml | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
> index e2553e7326f..831d9a26742 100644
> --- a/.gitlab-ci.d/buildtest.yml
> +++ b/.gitlab-ci.d/buildtest.yml
> @@ -70,8 +70,8 @@ build-system-debian:
>     variables:
>       IMAGE: debian
>       CONFIGURE_ARGS: --with-coroutine=sigaltstack --enable-rust
> -    TARGETS: arm-softmmu i386-softmmu riscv64-softmmu sh4eb-softmmu
> -      sparc-softmmu xtensa-softmmu
> +    TARGETS: arm-softmmu hexagon-softmmu i386-softmmu riscv64-softmmu
> +      sh4eb-softmmu sparc-softmmu xtensa-softmmu
>       MAKE_CHECK_ARGS: check-build
Reviewed-by: Thomas Huth <thuth@redhat.com>
Re: [PATCH] gitlab-ci: build hexagon-softmmu to enable functional test
Posted by Pierrick Bouvier 1 week, 1 day ago
On 7/16/26 9:19 PM, Brian Cain wrote:
> Add hexagon-softmmu to build-system-debian's target list so that the
> existing functional-system-debian job picks up hexagon functional
> test.
> 
> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
> ---
>   .gitlab-ci.d/buildtest.yml | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@>
Re: [PATCH] gitlab-ci: build hexagon-softmmu to enable functional test
Posted by Pierrick Bouvier 1 week, 1 day ago
On 7/16/26 9:19 PM, Brian Cain wrote:
> Add hexagon-softmmu to build-system-debian's target list so that the
> existing functional-system-debian job picks up hexagon functional
> test.
> 
> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
> ---
>   .gitlab-ci.d/buildtest.yml | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

Fixed my reviewed-by tag.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>