Add warning about CI traces when enabling S3

Traces may go missing when they're saved in the builds folder and moved
to the local artifacts folder in HA set ups.
This commit is contained in:
Cindy Pallares 🦉 2019-05-29 13:31:02 +00:00 committed by Achilleas Pipinellis
parent 5e5ef31dd5
commit 256d94329a
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ artifacts, you can use an object storage like AWS S3 instead.
This configuration relies on valid AWS credentials to be configured already.
Use an object storage option like AWS S3 to store job artifacts.
DANGER: **Danger:**
If you're enabling S3 in [GitLab HA](high_availability/README.md), you will need to have an [NFS mount set up for CI traces and artifacts](high_availability/nfs.md#a-single-nfs-mount) or enable [live tracing](job_traces.md#new-live-trace-architecture). If these settings are not set, you will risk job traces disappearing or not being saved.
### Object Storage Settings
For source installations the following settings are nested under `artifacts:` and then `object_store:`. On omnibus installs they are prefixed by `artifacts_object_store_`.