Skip to content

Commit 7818951

Browse files
jsorefgitster
authored andcommitted
SubmittingPatches: clarify GitHub artifact format
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0771a3b commit 7818951

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/SubmittingPatches

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,8 @@ If a branch does not pass all test cases then it will be marked with a
606606
red +x+, instead of a green check. In that case, you can click on the
607607
failing job and navigate to "ci/run-build-and-tests.sh" and/or
608608
"ci/print-test-failures.sh". You can also download "Artifacts" which
609-
are tarred (or zipped) archives with test data relevant for debugging.
609+
are zip archives containing tarred (or zipped) archives with test data
610+
relevant for debugging.
610611

611612
Then fix the problem and push your fix to your GitHub fork. This will
612613
trigger a new CI build to ensure all tests pass.

0 commit comments

Comments
 (0)