All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: "Daniel P. Berrange" <berrange@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	patches@linaro.org, "Alex Bennée" <alex.bennee@linaro.org>,
	qemu-devel@nongnu.org, "Markus Armbruster" <armbru@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 1/3] travis: install more library dependencies
Date: Wed, 14 Jun 2017 12:25:53 -0300	[thread overview]
Message-ID: <3b74d72b-9dbf-bdff-a581-175adf96fb47@amsat.org> (raw)
In-Reply-To: <20170614151548.GM4370@redhat.com>

On 06/14/2017 12:15 PM, Daniel P. Berrange wrote:
> On Tue, Jun 13, 2017 at 04:54:48PM +0100, Peter Maydell wrote:
>> Update the travis list of library packages to install so that
>> our build tests cover more of our code base.
>>
>> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>
> I'm seeing the OS-X and GProf/GCov enable build entries fail with
> timeouts a reasonable amount of time, so turning on more features
> will make timeouts hit even more frequently. This patch would at
> least impact the GProf/GCov matrix entry in this respect. Is there
> anything we can do to mitigate this problem ?

There are few things we can tune:
https://docs.travis-ci.com/user/common-build-problems#my-builds-are-timing-out

But it seems easier to split the matrix a bit more, i.e. using 
--disable-system and --disable-linux/bsd-user, having a job only 
building full documentation (not compiling) and all other jobs using 
--disable-docs and so.

>> ---
>>  .travis.yml | 18 ++++++++++++++++++
>>  1 file changed, 18 insertions(+)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index 27a2d9c..26dabb6 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -11,28 +11,37 @@ addons:
>>        # Build dependencies
>>        - libaio-dev
>>        - libattr1-dev
>> +      - libbluetooth-dev
>>        - libbrlapi-dev
>> +      - libcap-dev
>>        - libcap-ng-dev
>>        - libgnutls-dev
>>        - libgtk-3-dev
>>        - libiscsi-dev
>>        - liblttng-ust-dev
>> +      - liblzo2-dev
>>        - libnfs-dev
>>        - libncurses5-dev
>>        - libnss3-dev
>>        - libpixman-1-dev
>>        - libpng12-dev
>>        - librados-dev
>> +      - librdmacm-dev
>>        - libsdl1.2-dev
>>        - libseccomp-dev
>> +      - libsnappy-dev
>>        - libspice-protocol-dev
>>        - libspice-server-dev
>>        - libssh2-1-dev
>>        - liburcu-dev
>>        - libusb-1.0-0-dev
>> +      - libvde-dev
>>        - libvte-2.90-dev
>> +      - libxen-dev
>> +      - nettle-dev
>>        - sparse
>>        - uuid-dev
>> +      - xfslibs-dev
>>
>>  # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
>>  # to prevent IRC notifications from forks. This was created using:
>> @@ -162,28 +171,37 @@ matrix:
>>              # Build dependencies
>>              - libaio-dev
>>              - libattr1-dev
>> +            - libbluetooth-dev
>>              - libbrlapi-dev
>> +            - libcap-dev
>>              - libcap-ng-dev
>>              - libgnutls-dev
>>              - libgtk-3-dev
>>              - libiscsi-dev
>>              - liblttng-ust-dev
>> +            - liblzo2-dev
>>              - libnfs-dev
>>              - libncurses5-dev
>>              - libnss3-dev
>>              - libpixman-1-dev
>>              - libpng12-dev
>>              - librados-dev
>> +            - librdmacm-dev
>>              - libsdl1.2-dev
>>              - libseccomp-dev
>> +            - libsnappy-dev
>>              - libspice-protocol-dev
>>              - libspice-server-dev
>>              - libssh2-1-dev
>>              - liburcu-dev
>>              - libusb-1.0-0-dev
>> +            - libvde-dev
>>              - libvte-2.90-dev
>> +            - libxen-dev
>> +            - nettle-dev
>>              - sparse
>>              - uuid-dev
>> +            - xfslibs-dev
>>        language: generic
>>        compiler: none
>>        env:
>> --
>> 2.7.4
>>
>>
>
> Regards,
> Daniel
>

  reply	other threads:[~2017-06-14 15:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 15:54 [Qemu-devel] [PATCH 0/3] Automate coverity scan uploads via Travis Peter Maydell
2017-06-13 15:54 ` [Qemu-devel] [PATCH 1/3] travis: install more library dependencies Peter Maydell
2017-06-14  3:52   ` Philippe Mathieu-Daudé
2017-06-14 15:07     ` Paolo Bonzini
2017-06-14 15:37       ` Philippe Mathieu-Daudé
2017-06-14 16:49         ` Paolo Bonzini
2017-06-14 17:04           ` Peter Maydell
2017-06-14 17:20             ` Paolo Bonzini
2017-06-29 14:37           ` Peter Maydell
2017-06-14 14:45   ` Alex Bennée
2017-06-14 15:15   ` Daniel P. Berrange
2017-06-14 15:25     ` Philippe Mathieu-Daudé [this message]
2017-06-13 15:54 ` [Qemu-devel] [PATCH 2/3] scripts/run-coverity-scan: Script to run Coverity Scan build Peter Maydell
2017-06-14 15:01   ` Alex Bennée
2017-06-29 16:12   ` Eric Blake
2017-06-29 16:15     ` Peter Maydell
2017-06-13 15:54 ` [Qemu-devel] [PATCH 3/3] travis: Add config to do a Coverity Scan upload Peter Maydell
2017-06-14 15:14   ` Alex Bennée
2017-06-14 15:46     ` Peter Maydell
2017-06-13 16:15 ` [Qemu-devel] [PATCH 0/3] Automate coverity scan uploads via Travis no-reply

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=3b74d72b-9dbf-bdff-a581-175adf96fb47@amsat.org \
    --to=f4bug@amsat.org \
    --cc=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=patches@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.