Skip to content

Syncs auto-deploy packages to a GCP bucket for SaaS download

John Jarvis requested to merge jarv/sync-to-gcp-storage-bucket into master

What does this MR do?

For https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/16340, this adds extra logic to the sync task to upload packages to a bucket that we will use for SaaS package distribution. We are doing this to remove the dependency on packages.gitlab.com for all SaaS deploys.

Setting GITLAB_COM_PKGS_SA_FILE serves as a feature-flag for this change, since we will only sync the packages if this env var is set.

Related issues

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
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for the GitLab Chart opened
Edited by DJ Mountney

Merge request reports