Merge branch 'clarify-where-artifacts-metadata-is-generated' into 'master'
Clarify where the artifacts metadata .gz is generated See merge request gitlab-org/gitlab-ce!14695
This commit is contained in:
commit
0a567f234e
1 changed files with 3 additions and 3 deletions
|
@ -142,9 +142,9 @@ and [projects APIs](../api/projects.md).
|
|||
## Implementation details
|
||||
|
||||
When GitLab receives an artifacts archive, an archive metadata file is also
|
||||
generated. This metadata file describes all the entries that are located in the
|
||||
artifacts archive itself. The metadata file is in a binary format, with
|
||||
additional GZIP compression.
|
||||
generated by [GitLab Workhorse]. This metadata file describes all the entries
|
||||
that are located in the artifacts archive itself.
|
||||
The metadata file is in a binary format, with additional GZIP compression.
|
||||
|
||||
GitLab does not extract the artifacts archive in order to save space, memory
|
||||
and disk I/O. It instead inspects the metadata file which contains all the
|
||||
|
|
Loading…
Reference in a new issue