From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3667243CE8 for ; Mon, 18 Mar 2024 19:03:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B69940289 for ; Mon, 18 Mar 2024 19:03:35 +0100 (CET) Received: from mail-qv1-f51.google.com (mail-qv1-f51.google.com [209.85.219.51]) by mails.dpdk.org (Postfix) with ESMTP id 5162D4027F for ; Mon, 18 Mar 2024 19:03:33 +0100 (CET) Received: by mail-qv1-f51.google.com with SMTP id 6a1803df08f44-6918781a913so18503976d6.3 for ; Mon, 18 Mar 2024 11:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1710785012; x=1711389812; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=y4qIch6Mub9VwTtWtViAviWZ5pABEamm3+wpLsCoh8o=; b=rsxkzWDrZVNgXdDauXjje1vVa4HQ/5Vh6kV8BAEGedRzi8ifDkm5KyqQ6ttqlaT4md FCjvcsXgAfzespv+D8AIrY0R3PVYtMDCEFVG6D/7rMZ7WC4cnE3sh+S6GL8nEbkrv+Ei roYiA8pKwvBIT4gYcfRM+S0XQvLnvqVfCFZDhvj2XAc4vPPvjpOrJl1BZLjuGBP1juxp VKGCZAxFfW9LaHVK8JdGg9PPfkStDUExotVFO/6u27/eG4uK84Xr/L0ZmqzNMrK0BQiR hKoH/t8dkPLOjQJj8GuisbLOS4mcVZCkHADFGV6zQeethYCEtNOvRAwnWcbpBT9jE+wG NmPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710785012; x=1711389812; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=y4qIch6Mub9VwTtWtViAviWZ5pABEamm3+wpLsCoh8o=; b=u1aNey0oJIdzwKst2J3FjpyFsZT3V1FOkKLc6a/xvJOAQ0cVnqeHcGiT1f90dcVO8V 4VPGkzDCjRqbYdSL19fwuOSLv2UJzNdnSGxtJEbPJ0jfFFdor5jbmolw7bTrBoDy+g4c mioDlajaIHLktzq0z9zKRLuDEiF6c1QqVPAJANnrqFrEVUT1Sfo11cXUgCro7m0HeCqm d+onIV8fQH5CVesynJnkx6x1fPc78tfN+MW7sbrSHmxM5lI2lKTXh+jyHHujfY8Y7nDu dc0iM1gkvVwo0h9U5WYBP67KEGm9Mk3wji5m6/PW9b5ZKjPgGAAen+QSo6wokXUp3XHy xiLw== X-Gm-Message-State: AOJu0YxzFl8qAu07sH2Z2VLR16S8OJh5bbW0NOg1E8Fy3A42FEqFtPWq 7aJhTIimSxcebvJzTXFa3+UECrpNwehEIhinLcyrXzMXhM0sxuVe31IQ6pE6Qxk1LUZnlBTjpFj D X-Google-Smtp-Source: AGHT+IHwgZ7a8HLgAask5mPUydxog/5AsAEdVl3f4b7OvFt57Tn/skWrNKPVsUakopOFPuEaiq+IvA== X-Received: by 2002:a0c:bf0e:0:b0:690:ba21:afe3 with SMTP id m14-20020a0cbf0e000000b00690ba21afe3mr13395302qvi.31.1710785012214; Mon, 18 Mar 2024 11:03:32 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-rdu-t.redhat.com. [66.187.233.202]) by smtp.gmail.com with ESMTPSA id gs7-20020a056214226700b0068fcfef2077sm5558540qvb.93.2024.03.18.11.03.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Mar 2024 11:03:31 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138457 [PATCH v2 3/3] dts: store stderr in RemoteCommandExecutionError Date: Mon, 18 Mar 2024 14:03:30 -0400 Message-Id: <20240318180330.3519870-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240318171704.798634-4-luca.vizzarro@arm.com> References: <20240318171704.798634-4-luca.vizzarro@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/138457/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8330961733