From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVwzI-0001Hw-HA for qemu-devel@nongnu.org; Fri, 14 Jul 2017 05:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVwzF-0005HE-EW for qemu-devel@nongnu.org; Fri, 14 Jul 2017 05:34:16 -0400 Received: from mail-wr0-x229.google.com ([2a00:1450:400c:c0c::229]:33563) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVwzF-0005Gy-8i for qemu-devel@nongnu.org; Fri, 14 Jul 2017 05:34:13 -0400 Received: by mail-wr0-x229.google.com with SMTP id u110so206646wrb.0 for ; Fri, 14 Jul 2017 02:34:13 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 14 Jul 2017 11:34:05 +0200 Message-Id: <20170714093407.11526-1-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] docker: allow running "docker-travis" with arbitrary parallelism List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: famz@redhat.com docker-travis is limited to the -j3 flag specified for running on the SaaS Travis CI infrastructure. When running the test matrix locally with docker, however, we can run much more jobs at the same time on a suitably beefy server. Let people do that with the usual J=nn option already supported by the other docker-based tests. Paolo Paolo Bonzini (2): docker: allow customizing Travis global_env variables travis: move make -j flag out of script .travis.yml | 3 ++- tests/docker/travis.py | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) -- 2.13.0