gitlab-qa 3.2.3 → 3.3.0
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 +4 -4
- data/docs/what_tests_can_be_run.md +2 -0
- data/lib/gitlab/qa/runtime/env.rb +1 -0
- data/lib/gitlab/qa/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c1bc1540f6d6a9cb4fcd192bc71ac4e210801669e542f2961ee43fcd9b8f3a7
|
|
4
|
+
data.tar.gz: 1251851bf8c854295292845d08bb099c0a9e5bc6122af0b024b43a6d2211ac5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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,
|
data/lib/gitlab/qa/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2019-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|