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 A2B97C433F5 for ; Tue, 5 Oct 2021 22:05:12 +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 2A38561211 for ; Tue, 5 Oct 2021 22:05:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2A38561211 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 6EFDB8345F; Wed, 6 Oct 2021 00:03:30 +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="hjp7dGHB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B69C8807DA; Wed, 6 Oct 2021 00:03:05 +0200 (CEST) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (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 F20878311B for ; Wed, 6 Oct 2021 00:02:56 +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-qk1-x731.google.com with SMTP id 72so513033qkk.7 for ; Tue, 05 Oct 2021 15:02:56 -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=HeVVcLEcBwlbd3q6G6WP/xwnXj0rcw7/eBINggUi6GQ=; b=hjp7dGHBBq61WA2gv1HXoiJz8+4IhFyq67JszS5qv0GsEG6IxlsZDUV2pSqmRDvUvG R5EXZA9g0DIrvMimeOxEXVfIKio5fim7KwAF0ejUJni+weY1Pjl4tIhp7veJlliRDHf/ TrU6DQCxtuaTOt+j5NmfTzdXcKx+Xwn7Th4k0= 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=HeVVcLEcBwlbd3q6G6WP/xwnXj0rcw7/eBINggUi6GQ=; b=ZDdGW8UUj09DP7O2kTQJfyHwvZtmmgZSle7jits8FGqXfn5sAQ2mA9ZGFsNEbpWNxa zz7aayVkMIJmtGhg4BEoRQO88tkET6xGHlLtg/X3WKO10k223YJPyqfslZUnDZLRtLDl Lcd5Q6Qf70jEAfRPXp8tiOARSIYLuNnk2FZXS/ycSbPrhdL28rurGwcGgJ0hCUgtZUWH biIUjMxmfqkwrl5Kr5/aFU3EdQL9kVewkKQ24HwLXgiz1u7tgLGc+95q/zWqSDYkyQr1 2iENimXa0qDncf6tJUkn7FAxqNtr1fGUROyKiuA5L/kXeCnttDQdgmFR1SEtg80llnHo iCfA== X-Gm-Message-State: AOAM530i6Fb78zms0CEqeSv3jRaAlj/J8AsaNXWMbfT33j3LyOs5AFDQ 7sMsOMlPUr3wOYDUP3aPxWvpcg== X-Google-Smtp-Source: ABdhPJzKK7HENAxjesAf1CJsYuWreMm/LSbjqE+bCZ73AqlJ1hRItM/rFydgP0iZXQ1xbVXajVKmYQ== X-Received: by 2002:a37:9a06:: with SMTP id c6mr17169038qke.53.1633471375860; Tue, 05 Oct 2021 15:02:55 -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 p201sm10524194qke.27.2021.10.05.15.02.55 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 05 Oct 2021 15:02:55 -0700 (PDT) Date: Tue, 5 Oct 2021 18:02:53 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Stephen Warren , Stephen Warren Subject: Re: [RESEND PATCH v2 2/4] test: Allow hush tests to run in parallel Message-ID: <20211005220253.GR31748@bill-the-cat> References: <20210919211451.3825645-1-sjg@chromium.org> <20210919211451.3825645-3-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mV0x5vRiaQJFucaF" Content-Disposition: inline In-Reply-To: <20210919211451.3825645-3-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 --mV0x5vRiaQJFucaF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 19, 2021 at 03:14:49PM -0600, Simon Glass wrote: > The -z tests don't really need to be part of the main set. Separate them > out so we can drop the test setup/cleans functions and thus run all tests > in parallel. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --mV0x5vRiaQJFucaF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFcy40ACgkQFHw5/5Y0 tyywwAv/eaPFC7Gt3Bf/vdLs78cEdDW4rcF7VOExRygFEc6hbZzFG+uaxluFE1AS toL0lH74nBVE7MOGWtOWUKhAt/6b14O8DgoOwMFYkhIO16fo0nAuxdByWRkciiHB s0ZB0VsnPhVebYy3WbFcGfA+M2hXQlxhw/dfHruLbjoS6DrQl4+vuZ3lX7y2ebHe OHe3XySs0LF0lS6Bd2P/BRwr/rwhcZRO5ugsvYSlotwGBpm6+SNrH+ek6f0OHCDl eRq6h47PV8Hk6fhE3zGcwm2DWabHGs3HnxBkP7FyJ6CmBQZ4fvCERXIaILKXSNxV w92Hb7FiQNg3QaMXOw1jPmGNEmM01DoRuufH9ggUj5hGZCwhR1kzmhBu0g2CD7S0 0U5HAbttCBUZSSxD9cm6h2u3cHU+YAGnY1SxX39SB8ddd7/W0nzP/tlSzhbT8ypc kXgxUNnuP9nqwaJT9cXXCZiCzANc2vNYtBsImUqFVvR3S+4KbQP1+nnEHtUiU4Ts j40qWPGx =a2xc -----END PGP SIGNATURE----- --mV0x5vRiaQJFucaF--