gitlab-qa 4.13.0 → 4.14.0

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: 2752708af7bf59c627137ef9d097e5994bf9f80a619b3fac817f24cde5c92c85
4
- data.tar.gz: 839f552e6b8d94633aa45db829c1886f08c3cb62fdeb72a6ea108f2c28f2b494
3
+ metadata.gz: 389ff8b81cbd1b20714915c03adb9c7fdaa89a943cb779cb0400f2a2ec5fa510
4
+ data.tar.gz: 20eff9a875b9e70716467801c06438ee32a576d8472d44ba8b29fae1d4daf79a
5
5
  SHA512:
6
- metadata.gz: bcf336cc8dc394e4743fa0295ed290043b08eda968b3bd4c5c371a1eadb284a74e6a0f5d123c03bcca72f3b19cd45253386de82106049020bfb1d0f1bbe54d29
7
- data.tar.gz: f2663a7e7c9d588591feae456c29aaac2669dd382864fa900d45347eece9c92b187f250d3dfeb995596a76178da15a6ec326e4dc857dd026cd40e399e31d509d
6
+ metadata.gz: ca629820b3697bd82e536a02e0ae7fc4b67c7c2499479d72c3f077772cfc1014b53ee96e74db485ad2a72679293a21b7982ea2d2c866bbb5cab75efb50738638
7
+ data.tar.gz: 8257a4863f9ed7860f0ee944fc0393051b591d027519f04bc665ca95f700741551571096bced72c9743b03ea889ea9fb4c4a64154cd1006de932606ed3838a20
@@ -80,6 +80,7 @@ For more details on the internals, please read the
80
80
  * `GITLAB_QA_1P_SECRET` - Secret for authenticating into 1Password.
81
81
  * `GITLAB_QA_1P_GITHUB_UUID` - UUID for GitHub item in GitLab-QA 1Password vault.
82
82
  * `GITLAB_QA_LOOP_RUNNER_MINUTES` - Minutes to run and repeat a spec while using the '--loop' option; default value is 1 minute.
83
+ * `CI_SERVER_PERSONAL_ACCESS_TOKEN` - Personal access token of the server that is running the CI pipeline. This is used for pulling CI_RUNNER information in certain tests.
83
84
 
84
85
  ## [Supported Remote Grid environment variables](./running_against_remote_grid.md)
85
86
 
@@ -57,6 +57,8 @@ module Gitlab
57
57
  'KNAPSACK_TEST_DIR' => :knapsack_test_dir,
58
58
  'CI' => :ci,
59
59
  'CI_RUNNER_ID' => :ci_runner_id,
60
+ 'CI_SERVER_HOST' => :ci_server_host,
61
+ 'CI_SERVER_PERSONAL_ACCESS_TOKEN' => :ci_server_personal_access_token,
60
62
  'CI_NODE_INDEX' => :ci_node_index,
61
63
  'CI_NODE_TOTAL' => :ci_node_total,
62
64
  'GITLAB_CI' => :gitlab_ci,
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '4.13.0'.freeze
3
+ VERSION = '4.14.0'.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.13.0
4
+ version: 4.14.0
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-12-03 00:00:00.000000000 Z
11
+ date: 2019-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control