[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 6/7] gitlab: build the correct microblaze target
From: |
Alex Bennée |
Subject: |
[PATCH v2 6/7] gitlab: build the correct microblaze target |
Date: |
Fri, 1 Dec 2023 09:36:32 +0000 |
We inadvertently built the LE target for BE tests.
Fixes: 78ebc00b06 (gitlab: shuffle some targets and reduce avocado noise)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
.gitlab-ci.d/buildtest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 7f9af83b10..62b5379a5e 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -41,7 +41,7 @@ build-system-ubuntu:
variables:
IMAGE: ubuntu2204
CONFIGURE_ARGS: --enable-docs
- TARGETS: alpha-softmmu microblazeel-softmmu mips64el-softmmu
+ TARGETS: alpha-softmmu microblaze-softmmu mips64el-softmmu
MAKE_CHECK_ARGS: check-build
check-system-ubuntu:
--
2.39.2
- Re: [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test, (continued)
[PATCH v2 4/7] tests/avocado: drop malta yamon tests, Alex Bennée, 2023/12/01
[PATCH v2 2/7] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS, Alex Bennée, 2023/12/01
[PATCH v2 6/7] gitlab: build the correct microblaze target,
Alex Bennée <=
[PATCH v2 7/7] gitlab: add optional job to run flaky avocado tests, Alex Bennée, 2023/12/01
[PATCH v2 5/7] tests/avocado: tag sbsa tests as tcg only, Alex Bennée, 2023/12/01
Re: [PATCH v2 0/7] final fixes for 8.2, Stefan Hajnoczi, 2023/12/01