gitlab-qa 7.2.0 → 7.2.1

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: 8a3728bfd7ced04bccf14b94a1b5a175cb99167a356a3ca8780ffdb11d310a67
4
- data.tar.gz: b6f04c635b53ca9879b686358d520bfdd0308c5b2c7c1f67d67b947d55539c13
3
+ metadata.gz: 0aa197f5188ff5f7026a40b7ac3e4df43bd75ea763ea6aaa368a8a5bfd01ff3c
4
+ data.tar.gz: bbd5ced3bf3493954930b5e8f57cc753a34e661166a3557d3ec4f9aeb9a48ad8
5
5
  SHA512:
6
- metadata.gz: 9d25df710f1471b921c5a42f5f5479e5ed32131045e429867df35e1846f75fe91a0647bc580d70657e9ec97b26bb6920fc3a97ab66c7ce16b587ebfd1366b11b
7
- data.tar.gz: ab823247a5d1d8313e57f46986b6a236e0fce553dc99974eda863a6f06df4927fd048148865def049cd650cdec5a61e57e5e0d132bfa0e49c3df3d9d79445614
6
+ metadata.gz: 73dc0ec513ae0f3a0ea2f1f7bf3e4ea47a66caa7404b67559b4c5862dd5baa56e83700a78e31a3e16993bacf07f721619484135ee34b603bc3eca3c28bf7fccc
7
+ data.tar.gz: 37e979ecfebeaf3006cd622939051f22d651403bc8349d9da8bc90ba89d04cb16967c036182c687af851c1e78b6283526d0b3b79233576903336eed9316db1c6
@@ -7,7 +7,7 @@ module Gitlab
7
7
  class LicenseMode < Default
8
8
  def configuration
9
9
  <<~OMNIBUS
10
- gitlab_rails['env'] = { 'GITLAB_LICENSE_MODE' => 'test' }
10
+ gitlab_rails['env'] = { 'GITLAB_LICENSE_MODE' => 'test', 'CUSTOMER_PORTAL_URL' => 'https://customers.stg.gitlab.com' }
11
11
  OMNIBUS
12
12
  end
13
13
  end
@@ -23,7 +23,6 @@ module Gitlab
23
23
 
24
24
  gitaly.omnibus_configuration << gitaly_omnibus
25
25
  gitaly.gitaly_tls
26
- gitaly.exec_commands = ['gitlab-ctl status']
27
26
 
28
27
  gitaly.instance do
29
28
  Component::Gitlab.perform do |gitlab|
@@ -33,7 +32,6 @@ module Gitlab
33
32
 
34
33
  gitlab.omnibus_configuration << gitlab_omnibus
35
34
  gitlab.tls = true
36
- gitlab.exec_commands = ['gitlab-ctl status']
37
35
 
38
36
  gitlab.instance do
39
37
  puts "Running mTLS specs!"
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '7.2.0'.freeze
3
+ VERSION = '7.2.1'.freeze
4
4
  end
5
5
  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: 7.2.0
4
+ version: 7.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-27 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control