This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
template_config.yml
106 lines (103 loc) · 2.73 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
98
99
100
101
102
103
104
105
# 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:
- branch: '1.10'
name: pulp_file
pip_version_specifier: ~=1.10.0
- branch: '2.12'
name: pulp_container
pip_version_specifier: ~=2.12.0
- branch: '3.17'
name: pulp_rpm
pip_version_specifier: ~=3.17.0
- branch: '2.18'
name: pulp_deb
pip_version_specifier: ~=2.18.0
aiohttp_fixtures_origin: 172.18.0.1
api_root: /pulp/
black: true
check_commit_message: true
check_gettext: true
check_manifest: true
check_openapi_schema: true
check_stray_pulpcore_imports: false
ci_env: {}
ci_trigger: '{pull_request: {branches: [''*'']}}'
core_import_allowed: []
coverage: false
deploy_client_to_pypi: true
deploy_client_to_rubygems: true
deploy_daily_client_to_pypi: true
deploy_daily_client_to_rubygems: true
deploy_to_pypi: true
disabled_redis_runners: []
docker_fixtures: false
docs_test: true
flake8: true
flake8_ignore:
- ./pulp_2to3_migration/app/json_schema.py
github_org: pulp
issue_tracker: github
keep_ci_update_for_latest_branches: 5
keep_ci_update_since_branch: null
lint_requirements: true
noissue_marker: '[noissue]'
parallel_test_workers: 8
plugin_app_label: pulp_2to3_migration
plugin_camel: Pulp-2To3-Migration
plugin_camel_short: 2To3-Migration
plugin_caps: PULP-2TO3-MIGRATION
plugin_caps_short: 2TO3-MIGRATION
plugin_dash: pulp-2to3-migration
plugin_dash_short: 2to3-migration
plugin_default_branch: main
plugin_name: pulp-2to3-migration
plugin_snake: pulp_2to3_migration
post_job_template: null
pre_job_template: null
publish_docs_to_pulpprojectdotorg: true
pulp_scheme: https
pulp_settings: null
pulp_settings_azure: null
pulp_settings_s6: null
pulp_settings_stream: null
pulpcore_branch: '3.19'
pulpcore_pip_version_specifier: ~=3.19.0
pulpcore_revision: null
pulpprojectdotorg_key_id: null
pydocstyle: false
pypi_username: pulp
python_version: '3.8'
redmine_project: null
release_email: [email protected]
release_user: pulpbot
run_pulpcore_tests_for_plugins: true
single_commit_check: true
stalebot: true
stalebot_days_until_close: 30
stalebot_days_until_stale: 90
stalebot_limit_to_pulls: true
sync_ci: true
tasking_allow_async_unsafe: true
test_azure: false
test_bindings: false
test_cli: true
test_deprecations: true
test_performance: false
test_released_plugin_with_next_pulpcore_release: false
test_reroute: true
test_s3: false
test_stream: false
travis_addtl_services:
- mongodb
travis_notifications:
irc:
channels:
- chat.freenode.net#pulp-build
on_failure: always
on_success: change
update_github: true
update_redmine: false
upgrade_range: []
use_issue_template: true