summaryrefslogtreecommitdiff
path: root/doc/ci/caching
Commit message (Collapse)AuthorAgeFilesLines
* Use the standard PIP_CACHE_DIR for Python dependency caching templateTakuya Noguchi2018-10-091-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Resolve "Un-vendor CI templates"Dylan Griffith2018-09-261-6/+6
|
* Make topic adhere to style guide.Evan Read2018-09-071-34/+35
|
* Make cache vs artifacts section more visible, and minor enhancements to text.Evan Read2018-09-041-57/+58
|
* Fix typo in LOTR reference in caching documentationPhilipp Gildein2018-08-291-1/+1
| | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add information that artifacts can only exist relative to the build directoryKarl-Philipp Richter2018-08-291-1/+9
| | | | | | | | | | | | | As explained in https://gitlab.com/gitlab-org/gitlab-ce/issues/15530. A note that the declaration of an absolute directory triggers a misleading error message and that following job(s) can't find the file is important to avoid large scale time waisting until the issue is fixed. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6838. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-271-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* Add image for clearing the cache docsAchilleas Pipinellis2018-03-222-8/+10
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
* Gather info on CI/CD cachingAchilleas Pipinellis2018-03-211-0/+516
- New cache page - Move manual cache clearing to the new page - Add all directives of cache in the yaml reference