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: fe980293f3a9e3ee7cc3f554cd84b5c963d57ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Default variables for package-and-test

variables:
  REGISTRY_HOST: "registry.gitlab.com"
  REGISTRY_GROUP: "gitlab-org"
  ALLURE_JOB_NAME: $CI_PROJECT_NAME
  COLORIZED_LOGS: "true"
  QA_LOG_LEVEL: "info"
  QA_TESTS: ""
  QA_FEATURE_FLAGS: ""
  # 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"
  USE_OLD_RUBY_VERSION: "true"