gitlab-qa 9.1.1 → 9.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa8e32ea7d09776e6b79a7f3f7bad2f1ba372445234f13a110442a7fda4bacf7
4
- data.tar.gz: 817ffb2e27356b21f4afa6909412e0d902fb8390332bd7c70f96f1c3f24c80b5
3
+ metadata.gz: 58f719bee0e55a8a1fc5b3f32a63d060c53f6fbffe9455c716f379910688d7f2
4
+ data.tar.gz: c6a6dd6e340a90fe4cbf1681b47c3458c05f6120c7bc02f7fac7d124200da233
5
5
  SHA512:
6
- metadata.gz: 33f155caa0b590e834f86a4016be2c3c2af57e01018f318a876fc8c4e8d31e7d569272bf8bf953db5c056d47346a850b1ba28f4225c497494129b0bf81e4b477
7
- data.tar.gz: 0102e80303475ef445fd252c6fb8a340739e55634036f7108dd7b4ee7144f1f794a4106210467c50b068748dbd41789e314d147bb11642398a1328a69a6ab8f1
6
+ metadata.gz: aee127d159eed0e7ace711cbe1a96fe64c9cdd2a2cf63464973cca072ae31fb471143fb13fe07c2b585bb6404b17b890568a33a87bc372aa4019e9fc63fc0861
7
+ data.tar.gz: 3dd64f65b35ae21b26a7f6cab90b7fe3d12cd6d063b76a982fa1ffc44e08fbbb38ef4086c4c5d33e4ab5182ea39b4ad39ee2f7cfac15126f4b5e54d8e0922f7a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab-qa (9.1.1)
4
+ gitlab-qa (9.1.2)
5
5
  activesupport (~> 6.1)
6
6
  gitlab (~> 4.18.0)
7
7
  http (~> 5.0)
@@ -32,7 +32,7 @@ module Gitlab
32
32
  "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists btree_gist'",
33
33
  "gitlab-psql -d gitlabhq_production_ci -c 'create extension if not exists pg_trgm'",
34
34
  # Load schema only if it does not exist.
35
- "#{SCHEMA_EXISTENCE_CHECK_COMMAND} || gitlab-rake db:structure:load:ci",
35
+ "#{SCHEMA_EXISTENCE_CHECK_COMMAND} || gitlab-rake db:schema:load:ci",
36
36
  "gitlab-ctl restart"
37
37
  ].freeze
38
38
  end
@@ -10,7 +10,7 @@ module Gitlab
10
10
 
11
11
  <<~OMNIBUS
12
12
  gitlab_rails['object_store']['enabled'] = true
13
- gitlab_rails['object_store']['proxy_download'] = true
13
+ gitlab_rails['object_store']['proxy_download'] = false
14
14
  gitlab_rails['object_store']['connection'] = { 'provider' => 'AWS', 'region' => '#{Runtime::Env.aws_s3_region}', 'aws_access_key_id' => '#{Runtime::Env.aws_s3_key_id}', 'aws_secret_access_key' => '#{Runtime::Env.aws_s3_access_key}' }
15
15
 
16
16
  gitlab_rails['object_store']['objects']['artifacts']['bucket'] = '#{Runtime::Env.aws_s3_bucket_name}'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module QA
5
- VERSION = '9.1.1'
5
+ VERSION = '9.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.1.1
4
+ version: 9.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-06 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control