From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 648C2C433EF for ; Tue, 5 Oct 2021 22:05:01 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D087061211 for ; Tue, 5 Oct 2021 22:05:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D087061211 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6966483455; Wed, 6 Oct 2021 00:03:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="t2CHON5E"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B8440807DA; Wed, 6 Oct 2021 00:02:58 +0200 (CEST) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4D0D883290 for ; Wed, 6 Oct 2021 00:02:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x831.google.com with SMTP id e16so566862qte.13 for ; Tue, 05 Oct 2021 15:02:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=D1KmTPrxq/29O3nYUSydyWHpSKBlnUsfxNJZqyLaSjU=; b=t2CHON5EYlU5YxgDAN0N6N2M1o9uO7Hp1i3S8bRbLxSC/CsR5tCjtI2b9I/Vim0twl I5Hmd8zdN9qS0qrf6doeDZzXtuNkdG5V36fvEMQ2oXgfr/qNugPahMwZRhbR3ZOWReMP vlna7LB9jfAAszCZlh41h2ynHUqJSeG9WjF+0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=D1KmTPrxq/29O3nYUSydyWHpSKBlnUsfxNJZqyLaSjU=; b=BENa90H7R2sl9bO7c7GIBiQf71XeI6rM22OCXWPxb47q8B+NQZfjSkWx/+FRiAtnyI xn90ZY93TZFnxdixo0IYpOsN1a3NAHTT5Chj2bmyaotoCa06Hv3JoevFrou5IhuqMZqH DkyGI2emFW6f9BdCVAKApUlBjnhvi8koOK3pJhQcASrYuw3tw7RylWfOGyN9tTxlV+ls 8CL1kqu8i/MwghUIY2+ZY8W1P3z9GnakBdHP9jbg3uP+A4mHTUleh4kFkvT2ijFAtmRj cfiS1B5WsiiHNWmrEw65xwWpGKjPhIRSkogLwwahI8e8rsa6Yo+ubF6TNy7kOzDC6fgg ZsUQ== X-Gm-Message-State: AOAM531L5L/Wv/mo/CgMV2GsS/24ed3bykHgdH2d7I1D8+x7jOYDCUQK wHzoGk5M+LZCR2EG6f65UMGp1Q== X-Google-Smtp-Source: ABdhPJzi/wOmqvIIY7Qck2yM+R6MHLAQ+xZrZoJV2LgdoS7lH8cMbd/1sccJqh2Nis8GLKE2SD0CdA== X-Received: by 2002:ac8:20f:: with SMTP id k15mr12317519qtg.173.1633471372198; Tue, 05 Oct 2021 15:02:52 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-acff-2c31-c6db-812f.res6.spectrum.com. [2603:6081:7b01:cbda:acff:2c31:c6db:812f]) by smtp.gmail.com with ESMTPSA id d24sm10099986qka.7.2021.10.05.15.02.51 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Oct 2021 15:02:51 -0700 (PDT) Date: Tue, 5 Oct 2021 18:02:49 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Stephen Warren , Stephen Warren Subject: Re: [RESEND PATCH v2 1/4] test: Allow vboot tests to run in parallel Message-ID: <20211005220249.GQ31748@bill-the-cat> References: <20210919211451.3825645-1-sjg@chromium.org> <20210919211451.3825645-2-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="waELlFB4HDL0UWTv" Content-Disposition: inline In-Reply-To: <20210919211451.3825645-2-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --waELlFB4HDL0UWTv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 19, 2021 at 03:14:48PM -0600, Simon Glass wrote: > Update the tests to use separate working directories, so we can run them > in parallel. It also makes it possible to see the individual output files > after the tests have completed. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --waELlFB4HDL0UWTv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFcy4kACgkQFHw5/5Y0 tyyJpQv/RqUbbQg/Ct5vyospkBsX9IZmLQ2knWsBhxoO85uB6P/s93w4/2kbICkO CyTxlKks1a7LHRVNsgSRHrcV9lOWGTY4A0S/19FqpfOvICwWEVlNn8SOAPFKxjo/ BekHAoFKAEm9lPtPTLtEKdddAGPUQItArl2sTtswczqzvJgyvXAJrCiXdGke/eeF q9tY49MojeoMvLI6lNpT5Li3uBd9+WvPRAvJZ5RgJ1P9ixJbpUMS67bwfEZfTbJE hPEYzYoMYRpbQh6fddpnAcm6mQrd+mpgtKbuP1LMsBowtGzNv2USigNcZuag9uYe 7WL1i5xdZkkdA4tQi6EggsIrR71M0BloZB1NsDLIYaJiRwCCIaimiiPV0//yX5Mw ZbEGhJwky5ec5LyqAbdQ5f3gbgn4mVf5YVXVSqF1fTep3iauKLgmEs7wZHPqzG1J Lbqde7E4QG97M/Idg3v7pIUe3mzINIYQNTMETSGvgRs3fF+nfD/CKfipKbIduugw c+E5B1XE =4uAT -----END PGP SIGNATURE----- --waELlFB4HDL0UWTv--