From patchwork Mon Mar 3 13:09:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Mayhew X-Patchwork-Id: 13998814 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 19201211A12 for ; Mon, 3 Mar 2025 13:09:56 +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=1741007399; cv=none; b=oEp1rpkm6ZPBQz/+AEnwbZTLLb5VFLOBg6WHWMCxO9H4PmgiW0vLBfavoq35avaiNxIXQ/pFdHmvBwtO/saHAY3TgiDcyNluYL2rso5ZuDr+FqD1j7rKW444FZSK+6vgAv4jk7u7laZPOPnkuQOilfi3nGxwvNoz6mrkThJFRss= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741007399; c=relaxed/simple; bh=58xaHljBL6vmD+qUmTAc2iv/O4qBPyNROxD0RleU8rg=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:content-type; b=O6zLskpDfHeR8zd48j5gl04FibxsiqLAcPZfOyTrZ5n5DBlXEz+YsHx2Kx7LS7gowVxWbppWLt5BAHdcpzJiiES2OoFAQssYW05gQbwnBDs+5mZBlD+l19ToEKWiv88uB6pKfc9xe0QsO+jaigNham1yI0FO5wGrgv42k78zlVs= 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=JYtYMt/a; 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="JYtYMt/a" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1741007395; 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=O3Gkz74zmh/cPjMcMDDJc9D+ZMn4WMJbYytF2Sdo2hU=; b=JYtYMt/a5JdrdQY7ePte0d3F19okg9D6QtDHAiLrdEKqPNE4+RjGOL8rumVjY91TYl7EUx 7wRR+6xDAYBUe9IjuVQrVR37fWfnSHT4vbVWdNDfwRyP/AffApaM61/xwPRanJeGsavvF8 59U7fEUlSuyyP1Od5GfM1Bh3F0WO9EA= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-10-1hV4iiB3MO6ymzAoajiKlQ-1; Mon, 03 Mar 2025 08:09:53 -0500 X-MC-Unique: 1hV4iiB3MO6ymzAoajiKlQ-1 X-Mimecast-MFC-AGG-ID: 1hV4iiB3MO6ymzAoajiKlQ_1741007392 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-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 3D1231801A18 for ; Mon, 3 Mar 2025 13:09:52 +0000 (UTC) Received: from aion.redhat.com (unknown [10.22.64.10]) by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 1302B180176A for ; Mon, 3 Mar 2025 13:09:52 +0000 (UTC) Received: from aion.redhat.com (localhost [IPv6:::1]) by aion.redhat.com (Postfix) with ESMTP id F21FA336C27 for ; Mon, 03 Mar 2025 08:09:48 -0500 (EST) From: Scott Mayhew To: kdevops@lists.linux.dev Subject: [PATCH 5/9] fstests: add makefile target to show test results Date: Mon, 3 Mar 2025 08:09:44 -0500 Message-ID: <20250303130948.630029-6-smayhew@redhat.com> In-Reply-To: <20250303130948.630029-1-smayhew@redhat.com> References: <20250303130948.630029-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: r-ygJ0-rYu0egXFI308YO8JRphTbBPHSNUvgejyK0O4_1741007392 X-Mimecast-Originator: redhat.com content-type: text/plain; charset="US-ASCII"; x-default=true Add 'fstests-show-results' makefile target to show test results. Under the hood, it more or less just does 'find ... | xargs cat'. By default, the result.xml files will be shown for the most recent kernel run. You can show the results for a different kernel by overriding the LAST_KERNEL variable, e.g. $ LAST_KERNEL=6.13.4-300.fc41.x86_64 make fstests-show-results You can change the files being shown by overriding the PATTERN variable. For example, to just see the summary: $ PATTERN="\( -name xunit_results.txt \)" make fstests-show-results or to see the summary and the bad results: $ PATTERN="\( -name xunit_results.txt -o -name \"*.bad\" \)" make fstests-show-results or you can do any combination thereof, e.g. $ LAST_KERNEL=6.13.4-300.fc41.x86_64 PATTERN="\( -name xunit_results.txt \)" make fstests-show-results Signed-off-by: Scott Mayhew --- workflows/fstests/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/workflows/fstests/Makefile b/workflows/fstests/Makefile index 344a1f8..ef9c0fa 100644 --- a/workflows/fstests/Makefile +++ b/workflows/fstests/Makefile @@ -115,6 +115,14 @@ ifneq (,$(COUNT)) FSTESTS_DYNAMIC_RUNTIME_VARS += , "oscheck_extra_args": "-I $(COUNT)" endif +ifndef LAST_KERNEL +LAST_KERNEL := $(shell cat workflows/fstests/results/last-kernel.txt 2>/dev/null) +endif + +ifndef PATTERN +PATTERN := -name result.xml +endif + fstests: $(FSTESTS_BASELINE_EXTRA) $(Q)ansible-playbook $(ANSIBLE_VERBOSE) -l localhost,baseline,dev \ -f 30 -i hosts playbooks/fstests.yml --skip-tags run_tests,copy_results $(LIMIT_HOSTS) @@ -218,6 +226,14 @@ fstests-dev-results: $(KDEVOPS_EXTRA_VARS) --extra-vars=@./extra_vars.yaml \ $(LIMIT_HOSTS) +fstests-show-results: +ifdef LAST_KERNEL + @find workflows/fstests/results/$(LAST_KERNEL) -type f $(PATTERN) \ + | xargs -I {} bash -c 'echo "{}:"; cat {}; echo;' +else + @echo "No results." +endif + fstests-help-menu: @echo "fstests options:" @echo "fstests - Git clones fstests, builds and install it"