From patchwork Wed Mar 12 21:42:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Mayhew X-Patchwork-Id: 14013944 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 946A51E9B03 for ; Wed, 12 Mar 2025 21:43:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741815784; cv=none; b=rvKr/7fYAclNUzswvfVgTntyz44X6pUn/JyY2QWocVic+GQVLN2IWjkyA/hviEwOcdh4Rz9dBSFKzlTgI/xvisq+KQ1XGkjEkKVdUYTDPCKvJIgXAyz2Xtc8YJeukH5W6Nhnt3n0UHFZ8R6s2kWHiDKDBTuGcAbBaBqZhBihQUA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741815784; c=relaxed/simple; bh=KZlJFQjjkU6VmQ0Hklyq8rFSNuLAFWKHxDbV81KZg/M=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:content-type; b=M2NB5yijL/9dkQUpajWHZWCP6zAG9vHPYp4Eo6xY6eTG1u75RpIPfi2h7zB7NjhwXyIFpPlygoXa43F7W2wq9VryNl23+HEAsJ/e1Znvv26iFI+5f9t5i5DYM2jhEfP+/zG3GuJg1p6o/3/3qorkctIqKuMVarQAzJ3uNgghgEY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=NdBCHfxq; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="NdBCHfxq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1741815781; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jI8T8kM1xAF8wOdoW4qEm48PJ7LHkZcXH3CG7+XvEj0=; b=NdBCHfxqTZT3OgnJ7RxZcrZiNTVfA2qnM6+r0/uo3UHfs7a4eSoC/t7vd3ugVEZM+mqDHG GCvq/LkYPgipX75vI/KuIaxZZ4dV9H7YOxOb05vyUeeDSMN1GZXNhxBRlctihHwc6rJ9jq 70Iffd65OE7FGgfNNiR3luHy7k3MvOM= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-661-7nR_9tgzMoyQNuKKjqGm8w-1; Wed, 12 Mar 2025 17:42:36 -0400 X-MC-Unique: 7nR_9tgzMoyQNuKKjqGm8w-1 X-Mimecast-MFC-AGG-ID: 7nR_9tgzMoyQNuKKjqGm8w_1741815756 Received: from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id EC6F91956060 for ; Wed, 12 Mar 2025 21:42:35 +0000 (UTC) Received: from aion.redhat.com (unknown [10.22.80.106]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id C19BB1801758 for ; Wed, 12 Mar 2025 21:42:35 +0000 (UTC) Received: from aion.redhat.com (localhost [IPv6:::1]) by aion.redhat.com (Postfix) with ESMTP id DD0DE338A13 for ; Wed, 12 Mar 2025 17:42:32 -0400 (EDT) From: Scott Mayhew To: kdevops@lists.linux.dev Subject: [PATCH v2 6/9] pynfs: add makefile target to show test results Date: Wed, 12 Mar 2025 17:42:29 -0400 Message-ID: <20250312214232.955450-7-smayhew@redhat.com> In-Reply-To: <20250312214232.955450-1-smayhew@redhat.com> References: <20250312214232.955450-1-smayhew@redhat.com> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.111 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: VRVwrDdMcQHnfkxenyeaLPdrB2r5IbNQD8g62dPzE5U_1741815756 X-Mimecast-Originator: redhat.com content-type: text/plain; charset="US-ASCII"; x-default=true Add 'pynfs-show-results' makefile target to show test results. Under the hood, it more or less just does 'find ... | xargs cat'. It shows the json results files for the most recent kernel run. You can show the results for a differnt kernel by overriding the LAST_KERNEL variable, e.g. $ LAST_KERNEL=6.13.4-300.fc41.x86_64 make pynfs-show-results Signed-off-by: Scott Mayhew --- workflows/pynfs/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/workflows/pynfs/Makefile b/workflows/pynfs/Makefile index 75a4b6a..c69b804 100644 --- a/workflows/pynfs/Makefile +++ b/workflows/pynfs/Makefile @@ -24,6 +24,24 @@ PYNFS_KERNEL_CI_LOOP := scripts/workflows/pynfs/run_kernel_ci.sh PYNFS_KERNEL_CI_LOOP_KOTD := scripts/workflows/pynfs/run_kernel_ci_kotd.sh endif # CONFIG_KERNEL_CI +ifndef LAST_KERNEL +LAST_KERNEL := $(shell cat workflows/pynfs/results/last-kernel.txt 2>/dev/null) +endif + +ifeq ($(LAST_KERNEL), $(shell cat workflows/pynfs/results/last-kernel.txt 2>/dev/null)) +FIND_PATH := workflows/pynfs/results/last-run +else +FIND_PATH := workflows/pynfs/results/$(LAST_KERNEL) +endif + +ifndef PATTERN +PATTERN := -name "*.json" +endif + +ifndef XARGS_ARGS +XARGS_ARGS := -I {} bash -c 'echo "{}:"; cat {}; echo;' +endif + # Makefile for pynfs targets pynfs: $(Q)ansible-playbook $(ANSIBLE_VERBOSE) -l baseline,dev \ @@ -63,6 +81,11 @@ pynfs-dev-reset: $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \ -f 30 -i hosts -l dev playbooks/pynfs.yml --tags vars,reset --extra-vars=@./extra_vars.yaml +pynfs-show-results: + @find $(FIND_PATH) -type f $(PATTERN) \ + | xargs $(XARGS_ARGS) \ + | sed '$${/^$$/d;}' + pynfs-help-menu: @echo "pynfs options:" @echo "pynfs - Git clone pynfs, build and install it"