[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 26/30] gitlab: enable check-tcg for linux-user tests
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v3 26/30] gitlab: enable check-tcg for linux-user tests |
Date: |
Mon, 29 Jun 2020 12:03:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 6/26/20 8:13 PM, Alex Bennée wrote:
> Switch to building in the new debian-all-test-cross image which has
> most of the cross compilers inline.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> .gitlab-ci.yml | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 5ae8130bd1a..17c3349dd9e 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -140,10 +140,9 @@ build-tcg-disabled:
> build-user:
> <<: *native_build_job_definition
> variables:
> - IMAGE: ubuntu2004
> - CONFIGURE_ARGS: --disable-system --disable-guest-agent
> - --disable-capstone --disable-slirp --disable-fdt
> - MAKE_CHECK_ARGS: run-tcg-tests-i386-linux-user
> run-tcg-tests-x86_64-linux-user
> + IMAGE: debian-all-test-cross
> + CONFIGURE_ARGS: --disable-tools --disable-system
> + MAKE_CHECK_ARGS: check-tcg
>
> build-clang:
> <<: *native_build_job_definition
>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
- [PATCH v3 21/30] gitlab: build containers with buildkit and metadata, (continued)
- [PATCH v3 21/30] gitlab: build containers with buildkit and metadata, Alex Bennée, 2020/06/26
- [PATCH v3 13/30] tests/vm: allow us to take advantage of MTTCG, Alex Bennée, 2020/06/26
- [PATCH v3 30/30] containers.yml: build with docker.py tooling, Alex Bennée, 2020/06/26
- [PATCH v3 16/30] .gitignore: un-ignore .gitlab-ci.d, Alex Bennée, 2020/06/26
- [PATCH v3 14/30] tests/docker: check for an parameters not empty string, Alex Bennée, 2020/06/26
- [PATCH v3 20/30] gitlab: convert jobs to use custom built containers, Alex Bennée, 2020/06/26
- [PATCH v3 26/30] gitlab: enable check-tcg for linux-user tests, Alex Bennée, 2020/06/26
- [PATCH v3 15/30] tests/docker: change tag naming scheme of our images, Alex Bennée, 2020/06/26
- [PATCH v3 19/30] gitlab: build all container images during CI, Alex Bennée, 2020/06/26
- [PATCH v3 23/30] tests/docker: add packages needed for check-acceptance, Alex Bennée, 2020/06/26