Module: Gitlab::QA::Runtime::Env

Extended by:
Env
Included in:
Env
Defined in:
lib/gitlab/qa/runtime/env.rb

Constant Summary collapse

ENV_VARIABLES =

Variables that are used in tests and are passed through to the docker container that executes the tests. These variables should be listed in /docs/what_tests_can_be_run.md#supported-gitlab-environment-variables unless they’re defined elsewhere (e.g.: docs.gitlab.com/ee/ci/variables/predefined_variables.html). Any new key-value pairs should also be added to the hash at /rubocop/cop/gitlab/dangerous_interpolation.rb to prevent Rubocop errors.

{
  'QA_IMAGE' => :qa_image,
  'QA_REMOTE_GRID' => :remote_grid,
  'QA_REMOTE_GRID_USERNAME' => :remote_grid_username,
  'QA_REMOTE_GRID_ACCESS_KEY' => :remote_grid_access_key,
  'QA_REMOTE_GRID_PROTOCOL' => :remote_grid_protocol,
  'QA_REMOTE_MOBILE_DEVICE_NAME' => :remote_mobile_device_name,
  'QA_REMOTE_TUNNEL_ID' => :remote_tunnel_id,
  'QA_BROWSER' => :browser,
  'QA_SELENOID_BROWSER_VERSION' => :selenoid_browser_version,
  'QA_RECORD_VIDEO' => :record_video,
  'QA_LAYOUT' => :layout,
  'QA_VIDEO_RECORDER_IMAGE' => :video_recorder_image,
  'QA_VIDEO_RECORDER_VERSION' => :video_recorder_version,
  'QA_SELENOID_BROWSER_IMAGE' => :selenoid_browser_image,
  'QA_ADDITIONAL_REPOSITORY_STORAGE' => :qa_additional_repository_storage,
  'QA_PRAEFECT_REPOSITORY_STORAGE' => :qa_praefect_repository_storage,
  'QA_GITALY_NON_CLUSTER_STORAGE' => :qa_gitaly_non_cluster_storage,
  'QA_COOKIES' => :qa_cookie,
  'QA_DEBUG' => :qa_debug,
  'QA_CAN_TEST_ADMIN_FEATURES' => :qa_can_test_admin_features,
  'QA_CAN_TEST_GIT_PROTOCOL_V2' => :qa_can_test_git_protocol_v2,
  'QA_CAN_TEST_PRAEFECT' => :qa_can_test_praefect,
  'QA_DISABLE_RSPEC_RETRY' => :qa_disable_rspec_retry,
  'QA_SIMULATE_SLOW_CONNECTION' => :qa_simulate_slow_connection,
  'QA_SLOW_CONNECTION_LATENCY_MS' => :qa_slow_connection_latency_ms,
  'QA_SLOW_CONNECTION_THROUGHPUT_KBPS' => :qa_slow_connection_throughput_kbps,
  'QA_GENERATE_ALLURE_REPORT' => :generate_allure_report,
  'QA_EXPORT_TEST_METRICS' => :qa_export_test_metrics,
  'QA_INFLUXDB_URL' => :qa_influxdb_url,
  'QA_INFLUXDB_TOKEN' => :qa_influxdb_token,
  'QA_SKIP_PULL' => :qa_skip_pull,
  'QA_VALIDATE_RESOURCE_REUSE' => :qa_validate_resource_reuse,
  'WEBDRIVER_HEADLESS' => :webdriver_headless,
  'GITLAB_ADMIN_USERNAME' => :admin_username,
  'GITLAB_ADMIN_PASSWORD' => :admin_password,
  'GITLAB_USERNAME' => :user_username,
  'GITLAB_PASSWORD' => :user_password,
  'GITLAB_LDAP_USERNAME' => :ldap_username,
  'GITLAB_LDAP_PASSWORD' => :ldap_password,
  'GITLAB_FORKER_USERNAME' => :forker_username,
  'GITLAB_FORKER_PASSWORD' => :forker_password,
  'GITLAB_USER_TYPE' => :user_type,
  'GITLAB_SANDBOX_NAME' => :gitlab_sandbox_name,
  'GITLAB_QA_ACCESS_TOKEN' => :qa_access_token,
  'GITLAB_QA_ADMIN_ACCESS_TOKEN' => :qa_admin_access_token,
  'GITLAB_QA_DEV_ACCESS_TOKEN' => :qa_dev_access_token,
  'GITLAB_QA_CONTAINER_REGISTRY_ACCESS_TOKEN' => :qa_container_registry_access_token,
  'GITHUB_ACCESS_TOKEN' => :github_access_token,
  'GITLAB_URL' => :gitlab_url,
  'SIMPLE_SAML_HOSTNAME' => :simple_saml_hostname,
  'SIMPLE_SAML_FINGERPRINT' => :simple_saml_fingerprint,
  'ACCEPT_INSECURE_CERTS' => :accept_insecure_certs,
  'EE_LICENSE' => :ee_license,
  'GCLOUD_ACCOUNT_EMAIL' => :gcloud_account_email,
  'GCLOUD_ACCOUNT_KEY' => :gcloud_account_key,
  'CLOUDSDK_CORE_PROJECT' => :cloudsdk_core_project,
  'GCLOUD_REGION' => :gcloud_region,
  'SIGNUP_DISABLED' => :signup_disabled,
  'GITLAB_QA_USERNAME_1' => :gitlab_qa_username_1,
  'GITLAB_QA_PASSWORD_1' => :gitlab_qa_password_1,
  'GITLAB_QA_USERNAME_2' => :gitlab_qa_username_2,
  'GITLAB_QA_PASSWORD_2' => :gitlab_qa_password_2,
  'QA_GITHUB_USERNAME' => :qa_github_username,
  'QA_GITHUB_PASSWORD' => :qa_github_password,
  'QA_GITLAB_HOSTNAME' => :qa_gitlab_hostname,
  'QA_GITLAB_USE_TLS' => :qa_gitlab_use_tls,
  'KNAPSACK_GENERATE_REPORT' => :knapsack_generate_report,
  'KNAPSACK_REPORT_PATH' => :knapsack_report_path,
  'KNAPSACK_TEST_FILE_PATTERN' => :knapsack_test_file_pattern,
  'KNAPSACK_TEST_DIR' => :knapsack_test_dir,
  'NO_KNAPSACK' => :no_knapsack,
  'QA_KNAPSACK_REPORT_GCS_CREDENTIALS' => :qa_knapsack_report_gcs_credentials,
  'QA_KNAPSACK_REPORT_PATH' => :qa_knapsack_report_path,
  'QA_RSPEC_REPORT_PATH' => :qa_rspec_report_path,
  'RSPEC_FAST_QUARANTINE_PATH' => :rspec_fast_quarantine_path,
  'RSPEC_SKIPPED_TESTS_REPORT_PATH' => :skipped_tests_report_path,
  'CI' => :ci,
  'CI_JOB_NAME' => :ci_job_name,
  'CI_JOB_NAME_SLUG' => :ci_job_name_slug,
  'CI_JOB_URL' => :ci_job_url,
  'CI_JOB_TOKEN' => :ci_job_token,
  'CI_RUNNER_ID' => :ci_runner_id,
  'CI_SERVER_HOST' => :ci_server_host,
  'CI_SERVER_PERSONAL_ACCESS_TOKEN' => :ci_server_personal_access_token,
  'CI_NODE_INDEX' => :ci_node_index,
  'CI_NODE_TOTAL' => :ci_node_total,
  'CI_PROJECT_NAME' => :ci_project_name,
  'CI_PROJECT_PATH' => :ci_project_path,
  'CI_PIPELINE_SOURCE' => :ci_pipeline_source,
  'CI_PIPELINE_URL' => :ci_pipeline_url,
  'CI_PIPELINE_CREATED_AT' => :ci_pipeline_created_at,
  'CI_MERGE_REQUEST_IID' => :ci_merge_request_iid,
  'GITLAB_CI' => :gitlab_ci,
  'ELASTIC_URL' => :elastic_url,
  'GITLAB_QA_LOOP_RUNNER_MINUTES' => :gitlab_qa_loop_runner_minutes,
  'MAILHOG_HOSTNAME' => :mailhog_hostname,
  'GITLAB_QA_FORMLESS_LOGIN_TOKEN' => :gitlab_qa_formless_login_token,
  'GEO_MAX_FILE_REPLICATION_TIME' => :geo_max_file_replication_time,
  'GEO_MAX_DB_REPLICATION_TIME' => :geo_max_db_replication_time,
  'JIRA_HOSTNAME' => :jira_hostname,
  'JIRA_ADMIN_USERNAME' => :jira_admin_username,
  'JIRA_ADMIN_PASSWORD' => :jira_admin_password,
  'CACHE_NAMESPACE_NAME' => :cache_namespace_name,
  'GITLAB_QA_USER_AGENT' => :gitlab_qa_user_agent,
  'GEO_FAILOVER' => :geo_failover,
  'GITLAB_INITIAL_ROOT_PASSWORD' => :initial_root_password,
  'GITLAB_TLS_CERTIFICATE' => :gitlab_tls_certificate,
  'AWS_S3_REGION' => :aws_s3_region,
  'AWS_S3_KEY_ID' => :aws_s3_key_id,
  'AWS_S3_ACCESS_KEY' => :aws_s3_access_key,
  'AWS_S3_BUCKET_NAME' => :aws_s3_bucket_name,
  'TOP_UPSTREAM_MERGE_REQUEST_IID' => :top_upstream_merge_request_iid,
  'GOOGLE_PROJECT' => :google_project,
  'GOOGLE_CLIENT_EMAIL' => :google_client_email,
  'GOOGLE_JSON_KEY' => :google_json_key,
  'GOOGLE_CDN_JSON_KEY' => :google_cdn_json_key,
  'GOOGLE_CDN_LB' => :google_cdn_load_balancer,
  'GOOGLE_CDN_SIGNURL_KEY' => :google_cdn_signurl_key,
  'GOOGLE_CDN_SIGNURL_KEY_NAME' => :google_cdn_signurl_key_name,
  'GCS_CDN_BUCKET_NAME' => :gcs_cdn_bucket_name,
  'GCS_BUCKET_NAME' => :gcs_bucket_name,
  'SMOKE_ONLY' => :smoke_only,
  'NO_ADMIN' => :no_admin,
  'CHROME_DISABLE_DEV_SHM' => :chrome_disable_dev_shm,
  'COLORIZED_LOGS' => :colorized_logs,
  'FIPS' => :fips,
  'JH_ENV' => :jh_env,
  'QA_GITHUB_OAUTH_APP_ID' => :github_oauth_app_id,
  'QA_GITHUB_OAUTH_APP_SECRET' => :github_oauth_app_secret,
  'QA_1P_EMAIL' => :qa_1p_email,
  'QA_1P_PASSWORD' => :qa_1p_password,
  'QA_1P_SECRET' => :qa_1p_secret,
  'QA_1P_GITHUB_UUID' => :qa_1p_github_uuid,
  'RELEASE' => :release,
  'RELEASE_REGISTRY_URL' => :release_registry_url,
  'RELEASE_REGISTRY_USERNAME' => :release_registry_username,
  'RELEASE_REGISTRY_PASSWORD' => :release_registry_password,
  'SELENOID_DIRECTORY' => :selenoid_directory,
  'USE_SELENOID' => :use_selenoid,
  'SCHEDULE_TYPE' => :schedule_type,
  'WORKSPACES_OAUTH_APP_ID' => :workspaces_oauth_app_id,
  'WORKSPACES_OAUTH_APP_SECRET' => :workspaces_oauth_app_secret,
  'WORKSPACES_OAUTH_SIGNING_KEY' => :workspaces_oauth_signing_key,
  'WORKSPACES_PROXY_DOMAIN' => :workspaces_proxy_domain,
  'WORKSPACES_DOMAIN_CERT' => { name: :workspaces_domain_cert, type: :file },
  'WORKSPACES_DOMAIN_KEY' => { name: :workspaces_domain_key, type: :file },
  'WORKSPACES_WILDCARD_CERT' => { name: :workspaces_wildcard_cert, type: :file },
  'WORKSPACES_WILDCARD_KEY' => { name: :workspaces_wildcard_key, type: :file }
}.freeze

Instance Method Summary collapse

Instance Method Details

#allow_separate_ci_databaseObject



450
451
452
# File 'lib/gitlab/qa/runtime/env.rb', line 450

def allow_separate_ci_database
  enabled?(env_var_value_if_defined('GITLAB_ALLOW_SEPARATE_CI_DATABASE'), default: false)
end

#colorized_logs?Boolean

Returns:

  • (Boolean)


222
223
224
# File 'lib/gitlab/qa/runtime/env.rb', line 222

def colorized_logs?
  enabled?(ENV.fetch('COLORIZED_LOGS', nil), default: false)
end

#customer_portal_urlObject



414
415
416
# File 'lib/gitlab/qa/runtime/env.rb', line 414

def customer_portal_url
  env_var_value_if_defined('CUSTOMER_PORTAL_URL') || 'https://customers.staging.gitlab.com'
end

#debug?Boolean

Returns:

  • (Boolean)


194
195
196
# File 'lib/gitlab/qa/runtime/env.rb', line 194

def debug?
  enabled?(ENV.fetch('QA_DEBUG', nil), default: true)
end

#dev_access_token_variableObject



226
227
228
# File 'lib/gitlab/qa/runtime/env.rb', line 226

def dev_access_token_variable
  env_var_name_if_defined('GITLAB_QA_DEV_ACCESS_TOKEN')
end

#docker_add_hostsObject



394
395
396
# File 'lib/gitlab/qa/runtime/env.rb', line 394

def docker_add_hosts
  (env_var_value_if_defined('QA_DOCKER_ADD_HOSTS') || '').split(',')
end

#ee_activation_codeObject



418
419
420
# File 'lib/gitlab/qa/runtime/env.rb', line 418

def ee_activation_code
  env_var_value_if_defined('QA_EE_ACTIVATION_CODE')
end

#elastic_versionObject



240
241
242
# File 'lib/gitlab/qa/runtime/env.rb', line 240

def elastic_version
  env_var_value_if_defined('ELASTIC_VERSION') || '8.2.0'
end

#geo_failover?Boolean

Returns:

  • (Boolean)


341
342
343
# File 'lib/gitlab/qa/runtime/env.rb', line 341

def geo_failover?
  enabled?(env_var_value_if_defined('GEO_FAILOVER'), default: false)
end

#geo_staging_ref_urlObject



434
435
436
# File 'lib/gitlab/qa/runtime/env.rb', line 434

def geo_staging_ref_url
  env_var_value_if_defined('GEO_STAGING_REF_URL') || 'https://geo.staging-ref.gitlab.com'
end

#geo_staging_urlObject



422
423
424
# File 'lib/gitlab/qa/runtime/env.rb', line 422

def geo_staging_url
  env_var_value_if_defined('GEO_STAGING_URL') || 'https://geo.staging.gitlab.com'
end

#gitlab_availability_timeoutObject



206
207
208
# File 'lib/gitlab/qa/runtime/env.rb', line 206

def gitlab_availability_timeout
  (env_var_value_if_defined('GITLAB_QA_AVAILABILITY_TIMEOUT') || 360).to_i
end

#gitlab_dev_usernameObject



214
215
216
# File 'lib/gitlab/qa/runtime/env.rb', line 214

def gitlab_dev_username
  env_var_value_if_defined('GITLAB_DEV_USERNAME') || 'gitlab-qa-bot'
end

#gitlab_license_modeObject



410
411
412
# File 'lib/gitlab/qa/runtime/env.rb', line 410

def gitlab_license_mode
  env_var_value_if_defined('GITLAB_LICENSE_MODE')
end

#gitlab_usernameObject



210
211
212
# File 'lib/gitlab/qa/runtime/env.rb', line 210

def gitlab_username
  env_var_value_if_defined('GITLAB_USERNAME') || 'gitlab-qa'
end

#host_artifacts_dirObject



234
235
236
237
238
# File 'lib/gitlab/qa/runtime/env.rb', line 234

def host_artifacts_dir
  @host_artifacts_dir ||= File.join(
    env_var_value_if_defined('QA_ARTIFACTS_DIR') || '/tmp/gitlab-qa', Runtime::Env.run_id
  )
end

#initial_root_passwordObject



230
231
232
# File 'lib/gitlab/qa/runtime/env.rb', line 230

def initial_root_password
  env_var_value_if_defined('GITLAB_INITIAL_ROOT_PASSWORD') || '5iveL!fe'
end

#jh_env?Boolean

Returns:

  • (Boolean)


398
399
400
# File 'lib/gitlab/qa/runtime/env.rb', line 398

def jh_env?
  enabled?(env_var_value_if_defined('JH_ENV'), default: false)
end

#log_levelObject



198
199
200
# File 'lib/gitlab/qa/runtime/env.rb', line 198

def log_level
  env_var_value_if_defined('QA_LOG_LEVEL')&.upcase || 'INFO'
end

#log_pathObject



202
203
204
# File 'lib/gitlab/qa/runtime/env.rb', line 202

def log_path
  env_var_value_if_defined('QA_LOG_PATH') || host_artifacts_dir
end

#mobile_layout?Boolean

Returns:

  • (Boolean)


357
358
359
# File 'lib/gitlab/qa/runtime/env.rb', line 357

def mobile_layout?
  env_var_value_if_defined('QA_LAYOUT')&.match?(/tablet|phone/i)
end

#mock_github_enabled?Boolean

Returns:

  • (Boolean)


454
455
456
# File 'lib/gitlab/qa/runtime/env.rb', line 454

def mock_github_enabled?
  enabled?(env_var_value_if_defined('QA_MOCK_GITHUB'), default: true)
end

#opensearch_versionObject



244
245
246
# File 'lib/gitlab/qa/runtime/env.rb', line 244

def opensearch_version
  env_var_value_if_defined('OPENSEARCH_VERSION') || '2.0.1'
end

#override_default_password!Object



326
327
328
329
330
331
# File 'lib/gitlab/qa/runtime/env.rb', line 326

def override_default_password!
  require_initial_password!

  ENV['GITLAB_PASSWORD'] = initial_root_password
  ENV['GITLAB_ADMIN_PASSWORD'] = initial_root_password
end

#preprod_urlObject



446
447
448
# File 'lib/gitlab/qa/runtime/env.rb', line 446

def preprod_url
  env_var_value_if_defined('PREPROD_URL') || 'https://pre.gitlab.com'
end

#production_urlObject



442
443
444
# File 'lib/gitlab/qa/runtime/env.rb', line 442

def production_url
  env_var_value_if_defined('PRODUCTION_URL') || 'https://gitlab.com'
end

#qa_com_registryObject



406
407
408
# File 'lib/gitlab/qa/runtime/env.rb', line 406

def qa_com_registry
  env_var_value_if_defined('QA_COM_REGISTRY') || 'registry.gitlab.com'
end

#qa_dev_registryObject



402
403
404
# File 'lib/gitlab/qa/runtime/env.rb', line 402

def qa_dev_registry
  env_var_value_if_defined('QA_DEV_REGISTRY') || 'dev.gitlab.org:5005'
end

#qa_export_test_metrics?Boolean

Returns:

  • (Boolean)


345
346
347
# File 'lib/gitlab/qa/runtime/env.rb', line 345

def qa_export_test_metrics?
  enabled?(env_var_value_if_defined('QA_EXPORT_TEST_METRICS'), default: true)
end

#qa_gitlab_use_tls?Boolean

Returns:

  • (Boolean)


337
338
339
# File 'lib/gitlab/qa/runtime/env.rb', line 337

def qa_gitlab_use_tls?
  enabled?(env_var_value_if_defined('QA_GITLAB_USE_TLS'), default: false)
end

#qa_run_typeObject



377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
# File 'lib/gitlab/qa/runtime/env.rb', line 377

def qa_run_type
  return env_var_value_if_defined('QA_RUN_TYPE') if env_var_value_valid?('QA_RUN_TYPE')

  live_envs = %w[staging staging-canary staging-ref canary preprod production]
  return unless live_envs.include?(ci_project_name)

  test_subset = if env_var_value_if_defined('NO_ADMIN') == 'true'
                  'sanity-no-admin'
                elsif env_var_value_if_defined('SMOKE_ONLY') == 'true'
                  'sanity'
                else
                  'full'
                end

  "#{ci_project_name}-#{test_subset}"
end

#release_urlObject



438
439
440
# File 'lib/gitlab/qa/runtime/env.rb', line 438

def release_url
  env_var_value_if_defined('RELEASE_URL') || 'https://release.gitlab.net'
end

#require_aws_s3_environment!Object



278
279
280
281
282
# File 'lib/gitlab/qa/runtime/env.rb', line 278

def require_aws_s3_environment!
  %w[AWS_S3_REGION AWS_S3_KEY_ID AWS_S3_ACCESS_KEY AWS_S3_BUCKET_NAME].each do |env_key|
    raise ArgumentError, "Environment variable #{env_key} must be set to run AWS S3 object storage specs" unless ENV.key?(env_key)
  end
end

#require_gcs_environment!Object



284
285
286
287
288
# File 'lib/gitlab/qa/runtime/env.rb', line 284

def require_gcs_environment!
  %w[GOOGLE_PROJECT GOOGLE_CLIENT_EMAIL GOOGLE_JSON_KEY GCS_BUCKET_NAME].each do |env_key|
    raise ArgumentError, "Environment variable #{env_key} must be set to run GCS object storage specs" unless ENV.key?(env_key)
  end
end

#require_gcs_with_cdn_environment!Object



290
291
292
293
294
295
# File 'lib/gitlab/qa/runtime/env.rb', line 290

def require_gcs_with_cdn_environment!
  %w[GOOGLE_CDN_JSON_KEY GCS_CDN_BUCKET_NAME GOOGLE_CDN_LB GOOGLE_CDN_SIGNURL_KEY
    GOOGLE_CDN_SIGNURL_KEY_NAME].each do |env_key|
    raise ArgumentError, "Environment variable #{env_key} must be set to run GCS with CDN enabled scenario" unless ENV.key?(env_key)
  end
end

#require_github_oauth_environment!Object



307
308
309
310
311
312
313
314
315
# File 'lib/gitlab/qa/runtime/env.rb', line 307

def require_github_oauth_environment!
  %w[QA_GITHUB_OAUTH_APP_ID QA_GITHUB_OAUTH_APP_SECRET QA_GITHUB_USERNAME
    QA_GITHUB_PASSWORD QA_1P_EMAIL QA_1P_PASSWORD QA_1P_SECRET QA_1P_GITHUB_UUID].each do |env_key|
    unless ENV.key?(env_key)
      raise ArgumentError,
        "Environment variable #{env_key} must be set to run OAuth specs"
    end
  end
end

#require_initial_password!Object

Raises:

  • (ArgumentError)


317
318
319
320
321
322
323
324
# File 'lib/gitlab/qa/runtime/env.rb', line 317

def require_initial_password!
  return unless env_var_value_if_defined('GITLAB_INITIAL_ROOT_PASSWORD').to_s.strip.empty?

  raise(
    ArgumentError,
    "Environment variable GITLAB_INITIAL_ROOT_PASSWORD must be provided to set an initial root password."
  )
end

#require_license!Object

Raises:

  • (ArgumentError)


248
249
250
251
252
# File 'lib/gitlab/qa/runtime/env.rb', line 248

def require_license!
  return if ENV.include?('EE_LICENSE')

  raise ArgumentError, 'GitLab License is not available. Please load a license into EE_LICENSE env variable.'
end

#require_no_license!Object

Raises:

  • (ArgumentError)


254
255
256
257
258
# File 'lib/gitlab/qa/runtime/env.rb', line 254

def require_no_license!
  return unless ENV.include?('EE_LICENSE')

  raise ArgumentError, "Unexpected EE_LICENSE provided. Please unset it to continue."
end

#require_oauth_environment!Object



297
298
299
300
301
302
303
304
305
# File 'lib/gitlab/qa/runtime/env.rb', line 297

def require_oauth_environment!
  %w[QA_GITHUB_OAUTH_APP_ID QA_GITHUB_OAUTH_APP_SECRET QA_GITHUB_USERNAME
    QA_GITHUB_PASSWORD QA_1P_EMAIL QA_1P_PASSWORD QA_1P_SECRET QA_1P_GITHUB_UUID].each do |env_key|
    unless ENV.key?(env_key)
      raise ArgumentError,
        "Environment variable #{env_key} must be set to run OAuth specs"
    end
  end
end

#require_qa_access_token!Object

Raises:

  • (ArgumentError)


260
261
262
263
264
# File 'lib/gitlab/qa/runtime/env.rb', line 260

def require_qa_access_token!
  return unless env_var_value_if_defined('GITLAB_QA_ACCESS_TOKEN').to_s.strip.empty?

  raise ArgumentError, "Please provide GITLAB_QA_ACCESS_TOKEN"
end

#require_qa_container_registry_access_token!Object

Raises:

  • (ArgumentError)


272
273
274
275
276
# File 'lib/gitlab/qa/runtime/env.rb', line 272

def require_qa_container_registry_access_token!
  return unless env_var_value_if_defined('GITLAB_QA_CONTAINER_REGISTRY_ACCESS_TOKEN').to_s.strip.empty?

  raise ArgumentError, "Please provide GITLAB_QA_CONTAINER_REGISTRY_ACCESS_TOKEN"
end

#require_qa_dev_access_token!Object

Raises:

  • (ArgumentError)


266
267
268
269
270
# File 'lib/gitlab/qa/runtime/env.rb', line 266

def require_qa_dev_access_token!
  return unless env_var_value_if_defined('GITLAB_QA_DEV_ACCESS_TOKEN').to_s.strip.empty?

  raise ArgumentError, "Please provide GITLAB_QA_DEV_ACCESS_TOKEN"
end

#run_idObject



218
219
220
# File 'lib/gitlab/qa/runtime/env.rb', line 218

def run_id
  @run_id ||= "gitlab-qa-run-#{Time.now.strftime('%Y-%m-%d-%H-%M-%S')}-#{SecureRandom.hex(4)}"
end

#selenoid_browser_imageObject



369
370
371
# File 'lib/gitlab/qa/runtime/env.rb', line 369

def selenoid_browser_image
  env_var_value_if_defined('QA_SELENOID_BROWSER_IMAGE') || 'selenoid/chrome'
end

#selenoid_browser_versionObject



373
374
375
# File 'lib/gitlab/qa/runtime/env.rb', line 373

def selenoid_browser_version
  env_var_value_if_defined('QA_SELENOID_BROWSER_VERSION') || '111.0'
end

#selenoid_directoryObject



349
350
351
# File 'lib/gitlab/qa/runtime/env.rb', line 349

def selenoid_directory
  env_var_value_if_defined('SELENOID_DIRECTORY') || "#{host_artifacts_dir}/selenoid"
end

#skip_pull?Boolean

Returns:

  • (Boolean)


333
334
335
# File 'lib/gitlab/qa/runtime/env.rb', line 333

def skip_pull?
  enabled?(env_var_value_if_defined('QA_SKIP_PULL'), default: false)
end

#staging_ref_urlObject



430
431
432
# File 'lib/gitlab/qa/runtime/env.rb', line 430

def staging_ref_url
  env_var_value_if_defined('STAGING_REF_URL') || 'https://staging-ref.gitlab.com'
end

#staging_urlObject



426
427
428
# File 'lib/gitlab/qa/runtime/env.rb', line 426

def staging_url
  env_var_value_if_defined('STAGING_URL') || 'https://staging.gitlab.com'
end

#use_selenoid?Boolean

Returns:

  • (Boolean)


353
354
355
# File 'lib/gitlab/qa/runtime/env.rb', line 353

def use_selenoid?
  enabled?(env_var_value_if_defined('USE_SELENOID'), default: false)
end

#variablesObject



170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# File 'lib/gitlab/qa/runtime/env.rb', line 170

def variables
  defined_variables = ENV_VARIABLES.each_with_object({}) do |(env_var_name, attributes), vars|
    method_name, value = method_name_and_value(env_var_name, attributes, name_as_value: true)
    value ||= send(method_name) # rubocop:disable GitlabSecurity/PublicSend
    vars[env_var_name] = value if value
  end
  qa_variables = ENV.each_with_object({}) do |(name, _value), vars|
    next unless name.start_with?('QA_')

    var_name = env_var_name_if_defined(name)
    vars[name] = var_name if var_name
  end

  qa_variables.merge(defined_variables)
end

#variables_to_maskArray

Variables that should be masked

Returns:

  • (Array)

    the values of the variables that should be masked



189
190
191
192
# File 'lib/gitlab/qa/runtime/env.rb', line 189

def variables_to_mask
  # Consider all file variables to need masking by default because they're likely to be secrets
  variables.select { |k, _| ENV_VARIABLES[k].is_a?(Hash) && ENV_VARIABLES[k][:type] == :file }.values
end

#video_recorder_imageObject



361
362
363
# File 'lib/gitlab/qa/runtime/env.rb', line 361

def video_recorder_image
  env_var_value_if_defined('QA_VIDEO_RECORDER_IMAGE') || 'presidenten/selenoid-manual-video-recorder'
end

#video_recorder_versionObject



365
366
367
# File 'lib/gitlab/qa/runtime/env.rb', line 365

def video_recorder_version
  env_var_value_if_defined('QA_VIDEO_RECORDER_VERSION') || 'latest'
end