gitlab-qa 6.8.0 → 6.9.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b693b59123428d4f6cf80c195c18fe7158692265e0deb58ddaf07f188c2a3dae
|
|
4
|
+
data.tar.gz: 87f5ce39795d8cac33e3451ffff072a0c80ca9f7409278e7b32474b8f126b7f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe82ec388fa1d1f30b372b953376c7ef91c16e278c5c23f8b6d998919670e8e4fcab1f5f7980ba9bc091f6283fd7cfef9fecbc6b2a81203251447cbe475ef878
|
|
7
|
+
data.tar.gz: a82012a1e3fe6353dfd420dc4500c8b7655751ba9f882865d7bd87d42b463a757c8e05aaba00c73a8644e577b6fb812bb1d14f9b68d8c9962ac65570fbb52066
|
|
@@ -8,6 +8,7 @@ module Gitlab
|
|
|
8
8
|
|
|
9
9
|
# Variables that are used in tests and are passed through to the docker container that executes the tests.
|
|
10
10
|
# These variables should be listed in /docs/what_tests_can_be_run.md#supported-gitlab-environment-variables
|
|
11
|
+
# unless they're defined elsewhere (e.g.: https://docs.gitlab.com/ee/ci/variables/predefined_variables.html)
|
|
11
12
|
ENV_VARIABLES = {
|
|
12
13
|
'QA_REMOTE_GRID' => :remote_grid,
|
|
13
14
|
'QA_REMOTE_GRID_USERNAME' => :remote_grid_username,
|
|
@@ -68,6 +69,7 @@ module Gitlab
|
|
|
68
69
|
'CI_SERVER_PERSONAL_ACCESS_TOKEN' => :ci_server_personal_access_token,
|
|
69
70
|
'CI_NODE_INDEX' => :ci_node_index,
|
|
70
71
|
'CI_NODE_TOTAL' => :ci_node_total,
|
|
72
|
+
'CI_PROJECT_NAME' => :ci_project_name,
|
|
71
73
|
'GITLAB_CI' => :gitlab_ci,
|
|
72
74
|
'QA_SKIP_PULL' => :qa_skip_pull,
|
|
73
75
|
'ELASTIC_URL' => :elastic_url,
|
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: 6.
|
|
4
|
+
version: 6.9.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: 2020-11-
|
|
11
|
+
date: 2020-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|