forked from pulp/pulp_container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_config.yml
66 lines (64 loc) · 1.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
# 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.
additional_plugins: []
all: false
black: true
bootstrap: false
check_commit_message: true
check_gettext: true
check_manifest: true
check_stray_pulpcore_imports: true
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: false
docs_test: true
exclude_check_commit_message: false
exclude_coverage: true
exclude_deploy_client_to_pypi: false
exclude_deploy_client_to_rubygems: false
exclude_deploy_daily_client_to_pypi: false
exclude_deploy_daily_client_to_rubygems: false
exclude_deploy_to_pypi: false
exclude_docs_test: false
exclude_mariadb_test: false
exclude_test_bindings: false
plugin_app_label: container
plugin_camel: PulpContainer
plugin_camel_short: Container
plugin_caps: PULP_CONTAINER
plugin_caps_short: CONTAINER
plugin_dash: pulp-container
plugin_dash_short: container
plugin_default_branch: master
plugin_name: pulp_container
plugin_snake: pulp_container
publish_docs_to_pulpprojectdotorg: true
pulp_settings:
allowed_content_checksums:
- sha1
- sha224
- sha256
- sha384
- sha512
pulpcore_branch: master
pulpcore_pip_version_specifier: null
pulpprojectdotorg_key_id: aa499d7938ed
pydocstyle: true
pypi_username: pulp
redmine_project: pulp_container
test: false
test_bindings: false
test_cli: true
test_fips_nightly: false
test_performance: false
test_released_plugin_with_next_pulpcore_release: true
test_s3: true
travis: true
travis_addtl_services: []
travis_notifications: None
update_redmine: true
verbose: false