debian-mirror-gitlab/.gitlab/ci/package-and-test/variables.gitlab-ci.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
619 B
YAML
Raw Normal View History

2022-10-11 01:57:18 +05:30
# Default variables for package-and-test
variables:
2023-01-13 00:05:48 +05:30
REGISTRY_HOST: "registry.gitlab.com"
REGISTRY_GROUP: "gitlab-org"
2022-10-11 01:57:18 +05:30
SKIP_REPORT_IN_ISSUES: "true"
OMNIBUS_GITLAB_CACHE_UPDATE: "false"
2022-11-25 23:54:43 +05:30
OMNIBUS_GITLAB_RUBY3_BUILD: "false"
2023-06-09 08:11:10 +05:30
OMNIBUS_GITLAB_RUBY2_BUILD: "false"
2022-11-25 23:54:43 +05:30
OMNIBUS_GITLAB_CACHE_EDITION: "GITLAB"
2023-06-09 08:11:10 +05:30
ALLURE_JOB_NAME: $CI_PROJECT_NAME
2022-10-11 01:57:18 +05:30
QA_LOG_LEVEL: "info"
QA_TESTS: ""
QA_FEATURE_FLAGS: ""
2023-06-09 08:11:10 +05:30
# 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"