gitlab-qa 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e66787cfbd1b151a55db80cfda368315899534bdc89cf2a18ba45ebe0eb37c38
4
- data.tar.gz: 998d63b9deca2e4cbff1bf312375fd01e3634f6b6efcef9ceaefed19f1995042
3
+ metadata.gz: cc37416edd60d82f954f1751335de2335dd325ed2e5c3406e81a5c643dc1f46f
4
+ data.tar.gz: 626e2a1972df39529e6d993c920f4f1083f367674e8a8119415a7ef5b5a90cd5
5
5
  SHA512:
6
- metadata.gz: 98d1bac9f731b3b250702f5b28abf7d0c0aa46bc9d3cc3155b02342fff5851150bbdd5d66f874ffb23b932de59646a575942a3a358b3c6a0b573efb1feabe2b4
7
- data.tar.gz: 22ccf813d797cdd72277a55a58da1580fc9ba9e58860e6ef76328e68123118a03d5b26b83571a817def35f0f5ddd3f7e78a1d647d37579da0876bbc845c86e42
6
+ metadata.gz: a2a67ce9d98eefa4578123673fede9e1254af2618ac93a062a7aa8ef96ae257c1c5b1786a61af6b0446b1937853ad127e06024ee263897289667dde23e157ab4
7
+ data.tar.gz: 39ef6988716c1200978d75fff7acf6f4ba826da55596d5b31196cfb706f3f970fd086aea7d77ef9be87287a9b9fbbbdaea3003f7b6596f2c226aaf404159d9f4
data/README.md CHANGED
@@ -112,6 +112,8 @@ as there are caveats and things that may work differently.
112
112
  All the scenarios you can run are described in the
113
113
  [What tests can be run?](/docs/what_tests_can_be_run.md) documentation.
114
114
 
115
+ Note: The GitLab QA tool requires that [Docker](https://docs.docker.com/install/) is installed.
116
+
115
117
  ### How to add new scenarios
116
118
 
117
119
  Scenarios (test cases) and scripts to run them are located in the
@@ -60,7 +60,7 @@ module Gitlab
60
60
  end
61
61
 
62
62
  def subdomain
63
- @subdomain ||= rand(20_000..30_000)
63
+ @subdomain ||= rand(30_000..49_000)
64
64
  end
65
65
 
66
66
  def start
@@ -29,7 +29,7 @@ module Gitlab
29
29
  end
30
30
 
31
31
  command.volume('/var/run/docker.sock', '/var/run/docker.sock')
32
- command.volume(File.join(Runtime::Env.host_artifacts_dir, name), '/home/qa/tmp')
32
+ command.volume(File.join(Runtime::Env.host_artifacts_dir, name), '/home/gitlab/qa/tmp')
33
33
 
34
34
  command.name(name)
35
35
  end
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '4.2.0'.freeze
3
+ VERSION = '4.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: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grzegorz Bizon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-30 00:00:00.000000000 Z
11
+ date: 2019-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control
@@ -213,7 +213,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.0.3
216
+ rubyforge_project:
217
+ rubygems_version: 2.7.6
217
218
  signing_key:
218
219
  specification_version: 4
219
220
  summary: Integration tests for GitLab