gitlab-qa 3.2.3 → 3.3.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: bb415c30506263debcb3290df0a0710cea24ff4bb44e8783a28a9bd13bf54317
4
- data.tar.gz: 9acd943ded7dcbdbdea3155d5ed97b918bff7ed01b42c16fd333a4aed2501f1a
3
+ metadata.gz: 8c1bc1540f6d6a9cb4fcd192bc71ac4e210801669e542f2961ee43fcd9b8f3a7
4
+ data.tar.gz: 1251851bf8c854295292845d08bb099c0a9e5bc6122af0b024b43a6d2211ac5d
5
5
  SHA512:
6
- metadata.gz: 32bef30cbf022f175779c29c9debcfe424e4aa41a156a4b0141e768b9b3b75b1317bf84291ce30bc0c94f8f1176938846f67194dc128b33f88b68a53aa9c9500
7
- data.tar.gz: 8d1e6bd8a2fadd06b61e7b4cf5d8173c4c1ef1bb42359cc3375e4111282865ec87e85b58258cafd070cb3ca1978f0b1d58c2db9f93e9c9df905399cbf6f5097e
6
+ metadata.gz: 65d6f5f1d170769d90454c3428ae4212acc98303e9d5c0c8aedf12f434d2abf9beb7d95db2cad9028c62607978d4643e25a7934ae9545d71c67013e3930f72c6
7
+ data.tar.gz: bcc1d3661032661c3b0088478848825327526aea38ecf0dd451992ec52c2c528140bf7753d6d4303657c4bbc4334107d22bd7900065c0d14867c5186afc208cc
@@ -46,6 +46,8 @@ For more details on the internals, please read the
46
46
  [`Test::Instance::Staging`](#testinstancestaging) scenario to retrieve the
47
47
  version that staging is currently running. An existing token that is valid on
48
48
  staging can be found in the shared 1Password vault.
49
+ * `GITLAB_QA_ADMIN_ACCESS_TOKEN` - A valid personal access token with the `api` scope
50
+ from a user with admin access. Used for API access as an admin during tests.
49
51
  * `EE_LICENSE` - Enterprise Edition license
50
52
  * `QA_ARTIFACTS_DIR` - Path to a directory where artifacts (logs and screenshots)
51
53
  for failing tests will be saved (default: `/tmp/gitlab-qa`)
@@ -23,6 +23,7 @@ module Gitlab
23
23
  'GITLAB_USER_TYPE' => :user_type,
24
24
  'GITLAB_SANDBOX_NAME' => :gitlab_sandbox_name,
25
25
  'GITLAB_QA_ACCESS_TOKEN' => :qa_access_token,
26
+ 'GITLAB_QA_ADMIN_ACCESS_TOKEN' => :qa_admin_access_token,
26
27
  'GITHUB_ACCESS_TOKEN' => :github_access_token,
27
28
  'GITLAB_URL' => :gitlab_url,
28
29
  'SIMPLE_SAML_HOSTNAME' => :simple_saml_hostname,
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '3.2.3'.freeze
3
+ VERSION = '3.3.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: 3.2.3
4
+ version: 3.3.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-06-07 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control