gitlab Job Artifacts AND Runners
gitlab Job Artifacts AND Runners

Prerequisite: You have a GitLab account deployed on an AWS EC2 instance and have the necessary permissions to manage it. Enable Job Artifacts and use an S3 bucket ### Job Artifacts # gitlab_rails['artifacts_enabled'] = true # gitlab_rails['artifacts_path'] = "/var/opt/gitlab/gitlab-rails/shared/artifacts" ###! Job artifacts Object Store###! Docs: https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage # gitlab_rails['artifacts_object_store_enabled'] = false # gitlab_rails['artifacts_object_store_proxy_download'] = false #... » read more

gitlab package registry
gitlab package registry

Prerequisite: There is a gitlab deployed on an AWS ec2 instance, and you have the relevant permissions to manage this account. Enable Package Registry and use S3 bucket ################################################################################ ## Package repository ##! Docs: https://docs.gitlab.com/ee/administration/packages/ ################################################################################ # gitlab_rails['packages_enabled'] = true # gitlab_rails['packages_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/packages" # gitlab_rails['packages_object_store_enabled'] = false # gitlab_rails['packages_object_store_proxy_download'] = false # gitlab_rails['packages_object_store_remote_directory'] =... » read more