qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>
Subject: Re: [PATCH] gitlab: move linux-user plugins test across to gitlab
Date: Fri, 2 Oct 2020 07:12:41 +0200	[thread overview]
Message-ID: <dba14443-b881-e11c-bf8a-c5b1902c1b01@redhat.com> (raw)
In-Reply-To: <20201001215114.28154-1-alex.bennee@linaro.org>

On 01/10/2020 23.51, Alex Bennée wrote:
> Even with the recent split moving beefier plugins into contrib and
> dropping them from the check-tcg tests we are still hitting time
> limits. This possibly points to a slow down of --debug-tcg but seeing
> as we are migrating stuff to gitlab we might as well take advantage of
> the ability to properly split our builds.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .gitlab-ci.yml | 23 +++++++++++++++++++++++
>  .travis.yml    | 11 -----------
>  2 files changed, 23 insertions(+), 11 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c265e7f8ab..cc16385d65 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -244,6 +244,29 @@ build-user:
>      CONFIGURE_ARGS: --disable-tools --disable-system
>      MAKE_CHECK_ARGS: check-tcg
>  
> +# Run check-tcg against linux-user (with plugins)
> +# we skip sparc64-linux-user until it has been fixed somewhat
> +# we skip cris-linux-user as it doesn't use the common run loop
> +build-user-plugins:
> +  <<: *native_build_job_definition
> +  variables:
> +    IMAGE: debian-all-test-cross
> +    CONFIGURE_ARGS: --disable-tools --disable-system --enable-plugins --enable-debug-tcg --target-list-exclude=sparc64-linux-user,cris-linux-user
> +    MAKE_CHECK_ARGS: build-tcg
> +  artifacts:
> +    expire_in: 2 days
> +    paths:
> +      - build
> +
> +check-user-plugins:
> +  <<: *native_test_job_definition
> +  needs:
> +    - job: build-user-plugins
> +      artifacts: true
> +  variables:
> +    IMAGE: debian-all-test-cross
> +    MAKE_CHECK_ARGS: check-tcg

I think it would be easier to use one job and increase the timeout
there, see:

https://docs.gitlab.com/ee/ci/yaml/#timeout

 Thomas



      reply	other threads:[~2020-10-02  5:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-01 21:51 [PATCH] gitlab: move linux-user plugins test across to gitlab Alex Bennée
2020-10-02  5:12 ` Thomas Huth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dba14443-b881-e11c-bf8a-c5b1902c1b01@redhat.com \
    --to=thuth@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=fam@euphon.net \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wainersm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).