# Default variables for test-on-omnibus

variables:
  REGISTRY_HOST: "registry.jihulab.com"
  REGISTRY_GROUP: "gitlab-cn"
  ALLURE_JOB_NAME: $CI_PROJECT_NAME
  COLORIZED_LOGS: "true"
  QA_LOG_LEVEL: "info"
  QA_TESTS: ""
  QA_FEATURE_FLAGS: ""
  # run all tests by default when test-on-omnibus 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"