[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 08/30] gitlab: add build-user-hexagon test
From: |
Alex Bennée |
Subject: |
[PATCH v2 08/30] gitlab: add build-user-hexagon test |
Date: |
Tue, 4 May 2021 11:02:01 +0100 |
We special case this as the container with the cross compiler for the
tests takes so long to build it is manually uploaded into the
registry.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210305092328.31792-7-alex.bennee@linaro.org>
---
.gitlab-ci.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52d65d6c04..87d1172b03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -413,6 +413,17 @@ build-user-static:
CONFIGURE_ARGS: --disable-tools --disable-system --static
MAKE_CHECK_ARGS: check-tcg
+# Because the hexagon cross-compiler takes so long to build we don't rely
+# on the CI system to build it and hence this job has no dependency
+# declared. The image is manually uploaded.
+build-user-hexagon:
+ <<: *native_build_job_definition
+ variables:
+ IMAGE: debian-hexagon-cross
+ TARGETS: hexagon-linux-user
+ CONFIGURE_ARGS: --disable-tools --disable-docs --enable-debug-tcg
+ MAKE_CHECK_ARGS: check-tcg
+
# Only build the softmmu targets we have check-tcg tests for
build-some-softmmu:
<<: *native_build_job_definition
--
2.20.1
- [PATCH v2 00/30] testing/next (hexagon, tricore, ppc, signals, cirrus), Alex Bennée, 2021/05/04
- [PATCH v2 01/30] checkpatch: Fix use of uninitialized value, Alex Bennée, 2021/05/04
- [PATCH v2 02/30] tests/docker: fix copying of executable in "update", Alex Bennée, 2021/05/04
- [PATCH v2 03/30] tests/docker: make executable an optional argument to "update", Alex Bennée, 2021/05/04
- [PATCH v2 04/30] tests/docker: allow "update" to add the current user, Alex Bennée, 2021/05/04
- [PATCH v2 05/30] tests/docker: add "fetch" sub-command, Alex Bennée, 2021/05/04
- [PATCH v2 08/30] gitlab: add build-user-hexagon test,
Alex Bennée <=
- [PATCH v2 06/30] docker: Add Hexagon image, Alex Bennée, 2021/05/04
- [PATCH v2 11/30] tests/tcg: Add docker_as and docker_ld cmds, Alex Bennée, 2021/05/04
- [PATCH v2 07/30] tests/tcg: Use Hexagon Docker image, Alex Bennée, 2021/05/04
- [PATCH v2 10/30] tests/docker: Added libbpf library to the docker files., Alex Bennée, 2021/05/04
- [PATCH v2 09/30] tests/tcg: don't iterate through other arch compilers, Alex Bennée, 2021/05/04
- [PATCH v2 13/30] hw/tricore: Add testdevice for tests in tests/tcg/, Alex Bennée, 2021/05/04
- [PATCH v2 21/30] tests/tcg/tricore: Add fmul test, Alex Bennée, 2021/05/04
- [PATCH v2 14/30] tests/tcg/tricore: Add build infrastructure, Alex Bennée, 2021/05/04
- [PATCH v2 17/30] tests/tcg/tricore: Add bmerge test, Alex Bennée, 2021/05/04
- [PATCH v2 16/30] tests/tcg/tricore: Add macros to create tests and first test 'abs', Alex Bennée, 2021/05/04