forked from pulp/pulp_deb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_config.yml
67 lines (64 loc) · 1.65 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
# 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_plugins: []
additional_repos: []
black: true
check_commit_message: true
check_gettext: true
check_manifest: true
check_openapi_schema: true
check_stray_pulpcore_imports: true
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
docker_fixtures: true
docs_test: true
flake8: true
issue_tracker: redmine
noissue_marker: '[noissue]'
plugin_app_label: deb
plugin_camel: PulpDeb
plugin_camel_short: Deb
plugin_caps: PULP_DEB
plugin_caps_short: DEB
plugin_dash: pulp-deb
plugin_dash_short: deb
plugin_default_branch: main
plugin_name: pulp_deb
plugin_snake: pulp_deb
post_job_template: null
pre_job_template: null
publish_docs_to_pulpprojectdotorg: true
pulp_scheme: https
pulp_settings:
allowed_content_checksums:
- md5
- sha1
- sha256
- sha512
pulpcore_branch: master
pulpcore_pip_version_specifier: null
pulpcore_revision: null
pulpprojectdotorg_key_id: aa499d7938ed
pydocstyle: true
pypi_username: pulp
python_version: '3.8'
redmine_project: pulp_deb
release_email: [email protected]
release_user: pulpbot
sync_ci: true
test_bindings: false
test_cli: false
test_fips_nightly: false
test_performance: false
test_released_plugin_with_next_pulpcore_release: false
test_s3: true
update_redmine: true
upgrade_range: []