Skip to content

Exclude temporary logs from backup sync

Ferran Vidal requested to merge ferrastas/CNG:exclude_tmp_builds into master

What does this MR do?

Incremental logging architecture uses the artifact bucket as temporary storage for logs. When the job is completed, all chunks are merged, removed from the temporary location, and stored in their final destination, this behavior causes the backup process to fail while backing up artifacts.

The actual sync processes support regexp to exclude arbitrary directories.

Related issues

Closes gitlab-org/charts/gitlab#2555 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by Jason Plum

Merge request reports

Loading