From patchwork Thu Sep 7 20:45:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Spewock X-Patchwork-Id: 120 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 340F04253A; Thu, 7 Sep 2023 22:56:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 24BEF4026C; Thu, 7 Sep 2023 22:56:01 +0200 (CEST) Received: from mail-oa1-f98.google.com (mail-oa1-f98.google.com [209.85.160.98]) by mails.dpdk.org (Postfix) with ESMTP id 9620F400EF for ; Thu, 7 Sep 2023 22:55:59 +0200 (CEST) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-1c504386374so1101069fac.3 for ; Thu, 07 Sep 2023 13:55:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1694120159; x=1694724959; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=hYYXbCB+bBlNnr9OPFJ74NWZkOYZbU3cuObPCSMplfk=; b=PREds/Mj/pXEw0ve8Dsi5nCqcJkfxjZ5GwOpxQIhxMV5E/iAo/rHlO8bcJLQesS4qD zaRvTmjl5BNBWgEW3kXZgN3b75xTU90b4OJcMyxaZrnTdZldHteHtn2En7uw/kZFTRKv 3auqEiJmOTmaQd39LtLClRKuz0nniHVhVGntQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694120159; x=1694724959; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=hYYXbCB+bBlNnr9OPFJ74NWZkOYZbU3cuObPCSMplfk=; b=E82PKpXXSuFT0u3/aevhCwds/CrT6xD3am20A4RvfaclzXcLpkpRA7RhrqhRBbnboX wB5uyZgzCKgnkYOq+S+/MXL5oxivnMmKbvFeB+KdEEnjeoOojvTLQH8b5dwhfruqhl0R gXY5DmeKD3ExAbpzx5oTrn/fkRJam8MVvILkB/Dn2EQPfKOtWcwR2hlEv1wJqHi5EkRz NWs3RYwLujNZOBn3dsENX8QtjtpTuLCYDxFpQsedz5VMB9EDP4Lg2RkWLCdwHD9GH9h9 4LHM5EB35r/QTXq5N2tz00jpnEJR1htOvHgqXVy00EVo/4VjzB1oNd2e4Yw4XpwE1VOu OBEA== X-Gm-Message-State: AOJu0YxEH+8WH88nEqoTmIkXki//hPJrNI9/+ILF1O88ZPsM6JE93CF8 +bMXpvp4QYCYzDLiUPrdRJ4mavU9wPtVJScURhObRGcMyb8A4XBlCqfoqIr6nKgjB1sdUQsdBnz PuIWdzRcq8h/ODstGpnrthwq6Z7cJ+MNOMjm2UiOw/0Kc0uHODFfGcLiFdiLfcJLYIZM26juZqF aiDijUxek/TYIVGIJc+gMr X-Google-Smtp-Source: AGHT+IFfkdFocUoioQ0QCqSUpgBegt3cqlGiuK1sdYMopMEqzHItZ0pQsW2t8soaxpzLX/nj0CkuZof75O/4 X-Received: by 2002:a05:6870:c69a:b0:1d5:5a83:22b7 with SMTP id cv26-20020a056870c69a00b001d55a8322b7mr778010oab.51.1694120158756; Thu, 07 Sep 2023 13:55:58 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id w1-20020a056871060100b001d4f08b40f5sm26854oan.46.2023.09.07.13.55.58 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Sep 2023 13:55:58 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1220:58fe:317e:37bd:a524]) by postal.iol.unh.edu (Postfix) with ESMTP id 0EE466052471; Thu, 7 Sep 2023 16:55:58 -0400 (EDT) From: jspewock@iol.unh.edu To: ci@dpdk.org Cc: aconole@redhat.com, alialnu@nvidia.com, probb@iol.unh.edu, ahassick@iol.unh.edu, Jeremy Spewock Subject: [PATCH v2 0/1] tools: Add script for getting rerun requests Date: Thu, 7 Sep 2023 16:45:54 -0400 Message-ID: <20230907205551.19066-2-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org From: Jeremy Spewock This version addresses comments of the previous and allows users to send output to stdout. v1: https://mails.dpdk.org/archives/ci/2023-September/002562.html Jeremy Spewock (1): tools: add get_reruns script tools/get_reruns.py | 218 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100755 tools/get_reruns.py