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 7590543D24 for ; Fri, 22 Mar 2024 18:45:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 713DD40294 for ; Fri, 22 Mar 2024 18:45:08 +0100 (CET) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) by mails.dpdk.org (Postfix) with ESMTP id E7A4340284 for ; Fri, 22 Mar 2024 18:45:07 +0100 (CET) Received: by mail-qk1-f181.google.com with SMTP id af79cd13be357-789f1b59a28so158181285a.3 for ; Fri, 22 Mar 2024 10:45:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1711129507; x=1711734307; 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=X9D3+suiD8IMuVtXQpcro4phypsw83NZI+L80yw6Da8=; b=Ryip3TMhw7tR8cWxE3kY+YMs4pWCozY+Uq2RiMm4yrpqaSOOG7ANrG5snftx33PjjL GgKfRNqluUXrbmE5ImojcJKVgxwsskqTARjNv3g3vBHk+y2NODuxG1KKnokgLU8pfrZz ICJ48jNe2dRWC6AKzyCBKYgw68OQmrSOdvCCa505dThvkKNefxZQv4br2/pudG44QdRd 0iCygfQbdb5VzxSi4fPRhNze5ypJ7YSQ02ytJyFNU3Uw/kBIG+y+jZEVwBXfWWtNIYvZ TCgoUwcB/vH6w45qDQwYVhb/0JEODhdHI7wcniaA7rKPKJnwDFnz+jqnuoUjs+Xe9RSX T+Nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711129507; x=1711734307; 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=X9D3+suiD8IMuVtXQpcro4phypsw83NZI+L80yw6Da8=; b=A93b6eQSWW/3YnUBNc/hNAZ0fdl7Qt9jWY2g0PoWdUlw9RR1/cT3z3Cxq0DHC1elYF 7ORalsvfFtD+ElEJHe7C0IsIaqM8x3fwVga7QD4aRYILM6CqInKwqCma1qgRLa4rfmOx bdxRN2bAf1kBAKdWLgPDfHjOVDoo+8WdC4oluFOGe1dx6KMRUiEg0zyX3+58l1JZ+Vni sZH5YPc5MAPOCvju4RcSsUOpTJuSZ07nksgQ5Zd1qQRfbS4kDpa2CQliG0OOAZh+FoN8 UHt7zLZXVk3w5bUcHkng1+JcDwaD/6Q1/XkDThrIlqJj54e1IYLthJ3uaX7rvmtcgK+v c9PQ== X-Gm-Message-State: AOJu0YzFOGIp4Aj7wtVc+WDLv52huNv4jXXuVCw+rppp6Twb7Y/RO1nb 5Zzbid0Q9dkkQgDVnuaPV3mimUgZ+PzrDNMDbTq5rD0IJJdpmVmRyXPq1awd8yAIvXYOpSF8JrQ F X-Google-Smtp-Source: AGHT+IGm6OuMTsMoMj8Ibme99PfaBgOOyKbrADs27KSl/2kiPGGty9EJq5VHyZNEECWT/MBGMBbnPQ== X-Received: by 2002:a05:620a:4ac8:b0:78a:2608:fb96 with SMTP id sq8-20020a05620a4ac800b0078a2608fb96mr126937qkn.23.1711129506877; Fri, 22 Mar 2024 10:45:06 -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 e10-20020a05620a12ca00b007885e3275e9sm16698qkl.132.2024.03.22.10.45.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Mar 2024 10:45:06 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138750 [PATCH 2/2] devtools: check that maintainers are listed in mailmap Date: Fri, 22 Mar 2024 13:45:05 -0400 Message-Id: <20240322174505.459003-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240322161406.996890-2-david.marchand@redhat.com> References: <20240322161406.996890-2-david.marchand@redhat.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/138750/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8393441022