forked from pulp/pulpcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_config.yml
98 lines (95 loc) · 2.27 KB
/
template_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.
# generated with [email protected]
additional_repos: []
api_root: /pulp/
black: true
check_commit_message: true
check_gettext: true
check_manifest: true
check_stray_pulpcore_imports: false
ci_env: {}
ci_trigger: '{pull_request: {branches: [''*'']}}'
ci_update_branches:
- '3.18'
- '3.21'
- '3.22'
- '3.23'
- '3.39'
- '3.43'
ci_update_docs: true
ci_update_release_behavior: replace-previous-version
cli_package: pulp-cli
cli_repo: https://github.com/pulp/pulp-cli.git
core_import_allowed: []
deploy_client_to_pypi: true
deploy_client_to_rubygems: true
deploy_to_pypi: true
disabled_redis_runners:
- s3
doc_requirements_from_pulpcore: false
docker_fixtures: true
docs_test: true
extra_docs_requirements: []
flake8: true
flake8_ignore:
- ./pulpcore/app/protobuf/*
github_org: pulp
issue_tracker: github
kanban: true
lint_requirements: true
noissue_marker: '[noissue]'
parallel_test_workers: 8
plugin_app_label: core
plugin_default_branch: main
plugin_name: pulpcore
plugins:
- app_label: core
name: pulpcore
- app_label: file
name: pulp_file
post_job_template: null
pre_job_template: null
publish_docs_to_pulpprojectdotorg: true
pulp_env: {}
pulp_env_azure:
otel_bsp_max_export_batch_size: 1
otel_bsp_max_queue_size: 1
otel_exporter_otlp_endpoint: http://localhost:4318
otel_exporter_otlp_protocol: http/protobuf
pulp_otel_enabled: 'true'
pulp_env_gcp: {}
pulp_env_s3: {}
pulp_scheme: https
pulp_settings:
allowed_export_paths:
- /tmp
allowed_import_paths:
- /tmp
orphan_protection_time: 0
pulp_settings_azure:
domain_enabled: true
pulp_settings_gcp: null
pulp_settings_s3:
domain_enabled: true
hide_guarded_distributions: true
pulpprojectdotorg_key_id: d1a778bda808
pydocstyle: true
pypi_username: pulp
python_version: '3.8'
release_email: [email protected]
release_user: pulpbot
stalebot: true
stalebot_days_until_close: 30
stalebot_days_until_stale: 90
stalebot_limit_to_pulls: true
sync_ci: true
test_azure: true
test_cli: true
test_deprecations: true
test_gcp: false
test_lowerbounds: true
test_performance: false
test_reroute: true
test_s3: true
use_issue_template: true