From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ED3F213AC8 for ; Tue, 19 Dec 2023 08:42:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="CBCtFeah" Received: by mail-wm1-f44.google.com with SMTP id 5b1f17b1804b1-40d05ebe642so13734355e9.0 for ; Tue, 19 Dec 2023 00:42:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1702975328; x=1703580128; darn=vger.kernel.org; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:from:to:cc:subject:date :message-id:reply-to; bh=1PNPnnb/Kuw34DNa1XdNAhVkgbvuzzdqVxI5hHzFh0M=; b=CBCtFeah3CH2dLLEFFxEv0a4FJGlhn+eAkt5aG5U3+LbTuosCgu93fOnoj1aujIhwX j7oYW6Y+4xoB0h8UKKvRqf4Cmt+spB2tvUyJPC4dXi035vCXSqfte2fpiYn0YoEqvQ7a Ishloy8pnPcZswIgC5qK2Q9hBK63twmP7FO6Y2d6AAiIflo/o2CR96RUlyBQtrzOrnlL gFjawKYkvI9VCFUC8HDzzqjfnsBq6KkUtoAVAoZ1rSJpxP0pxWzxiJTCIswBH29d1iEM Ad3Yt4t5ZipdhsrtpApVl+YFpHY2MMZ6o2lN2fXxlRzgyFID9RA59u/NiJa4z+TN5We8 uhHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702975328; x=1703580128; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=1PNPnnb/Kuw34DNa1XdNAhVkgbvuzzdqVxI5hHzFh0M=; b=Ay8XyF8I0q/AwLfNnsTBGwVIOM1jTplZR7ViOjc+PUe02WK4CltuhYrTixE8IGXsIy FUmdR+Xtpqf1HggsP5RmAU8o0vSbV1+OyABRn0NVlbkgQae0MQRfAJJBGExOGDaM+MhH UopPh5RP8/2V+TvPnZ795RMzJPRE5247EeNlZb6YSsV5HxYOYJsQ3ZIcJhLG4ylO39sb 7RIoszPRY4QlAnp+65wPhU1u8MbrtYcfcMH6LjVk1b4A1kYVzvX2AR24kHg2bI1dSaux M/t+yJIA1nmZeZ9c47sLqagQoXiezwDNb30K9wPt+PAoKCAk1fKhjk6kTUIQrGugFDSe bFOA== X-Gm-Message-State: AOJu0Yy8Zl1RBg/Fvs5Lh8JFEkidhjFErfHzj2BoTvmxQn0G5CCrlTbK B/o2q6Ruy4PEMSJUe+YeTsZMvlI5vWY= X-Google-Smtp-Source: AGHT+IHkaFnxqtpAddfrKCz6h+mombbca39GRL6+yPWjj9OM9jPWlyQ5JDlJsGS+1Lk9ZhrEvhC1Gg== X-Received: by 2002:a05:600c:2d47:b0:40c:a76b:6212 with SMTP id a7-20020a05600c2d4700b0040ca76b6212mr310970wmg.161.1702975327585; Tue, 19 Dec 2023 00:42:07 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id f10-20020adffcca000000b003364bb3e989sm13052871wrs.110.2023.12.19.00.42.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Dec 2023 00:42:06 -0800 (PST) Message-ID: In-Reply-To: References: From: "Josh Soref via GitGitGadget" Date: Tue, 19 Dec 2023 08:41:58 +0000 Subject: [PATCH 7/8] SubmittingPatches: clarify GitHub artifact format Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 To: git@vger.kernel.org Cc: Elijah Newren , Josh Soref , Josh Soref From: Josh Soref GitHub wraps artifacts generated by workflows in a .zip file. Internally workflows can package anything they like in them. A recently generated failure artifact had the form: windows-artifacts.zip Length Date Time Name --------- ---------- ----- ---- 76001695 12-19-2023 01:35 artifacts.tar.gz 11005650 12-19-2023 01:35 tracked.tar.gz --------- ------- 87007345 2 files Signed-off-by: Josh Soref --- Documentation/SubmittingPatches | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 8e19c7f82e4..b4fa52ae348 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -606,7 +606,8 @@ branches here: `https://github.com//git/actions/workflows/ma If a branch did not pass all test cases then it is marked with a red +x+. In that case you can click on the failing job and navigate to "ci/run-build-and-tests.sh" and/or "ci/print-test-failures.sh". You -can also download "Artifacts" which are tarred (or zipped) archives +can also download "Artifacts" which are zip archives containing +tarred (or zipped) archives with test data relevant for debugging. Then fix the problem and push your fix to your GitHub fork. This will -- gitgitgadget