Bump omnibus to 8.2.1.6

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2022-02-04 15:39:29 +00:00 committed by DJ Mountney
parent ca34b20d3c
commit ff53d39c5f
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
GIT
remote: https://gitlab.com/gitlab-org/omnibus.git
revision: 4f93aebfd4a10be0929ee69d7ed73d8d1ab52021
tag: 8.2.1.5
revision: ea2189790574784fe536151b077cf75780249d92
tag: 8.2.1.6
specs:
omnibus (8.2.1)
aws-sdk-s3 (~> 1)

View File

@ -1 +1 @@
8.2.1.5
8.2.1.6

View File

@ -5,6 +5,7 @@ s3_bucket ENV['CACHE_AWS_BUCKET']
s3_region ENV['CACHE_AWS_S3_REGION']
s3_endpoint ENV['CACHE_AWS_S3_ENDPOINT']
s3_accelerate !ENV['CACHE_S3_ACCELERATE'].nil? && !ENV['CACHE_S3_ACCELERATE'].casecmp("false").zero?
fetch_workers ENV['OMNIBUS_FETCH_WORKERS_COUNT'].to_i if ENV['OMNIBUS_FETCH_WORKERS_COUNT']
build_retries 2
fetcher_retries 5