Welcome to mirror list, hosted at ThFree Co, Russian Federation.

variables.gitlab-ci.yml « qa-common « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc756b6808a355e85c9bc598de6beb1dff18666a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Default variables for package-and-test

variables:
  USE_OLD_RUBY_VERSION: "true"
  REGISTRY_HOST: "registry.gitlab.com"
  REGISTRY_GROUP: "gitlab-org"
  ALLURE_JOB_NAME: $CI_PROJECT_NAME
  COLORIZED_LOGS: "true"
  FEATURE_FLAGS: ""
  QA_LOG_LEVEL: "info"
  QA_TESTS: ""
  # run all tests by default when package-and-test is included natively in other projects
  # this will be overridden when selective test execution is used in gitlab canonical project
  QA_RUN_ALL_TESTS: "true"
  # Used by gitlab-qa to set up a volume for `${CI_PROJECT_DIR}/qa/rspec:/home/gitlab/qa/rspec/`
  QA_RSPEC_REPORT_PATH: "${CI_PROJECT_DIR}/qa/rspec"
  RSPEC_FAST_QUARANTINE_FILE: "fast_quarantine-gitlab.txt"
  # This path is relative to /home/gitlab/qa/ in the QA container
  RSPEC_FAST_QUARANTINE_PATH: "rspec/${RSPEC_FAST_QUARANTINE_FILE}"
  QA_OMNIBUS_MR_TESTS: "only-smoke-reliable"