forked from ATIX-AG/pulp-2to3-migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_config.yml
56 lines (54 loc) · 1.46 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
# 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:
- branch: master
name: pulp_file
- branch: master
name: pulp_container
- branch: master
name: pulp_rpm
- branch: main
name: pulp_deb
black: false
check_commit_message: true
check_manifest: true
check_stray_pulpcore_imports: false
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: false
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_name: pulp-2to3-migration
plugin_snake: pulp_2to3_migration
publish_docs_to_pulpprojectdotorg: true
pulp_settings: null
pulpcore_branch: master
pulpcore_pip_version_specifier: null
pulpprojectdotorg_key_id: null
pydocstyle: false
pypi_username: pulp
redmine_project: migration
test_bindings: false
test_cli: true
test_performance: false
test_released_plugin_with_next_pulpcore_release: false
test_s3: false
travis_addtl_services:
- mongodb
travis_notifications:
irc:
channels:
- chat.freenode.net#pulp-build
on_failure: always
on_success: change
update_redmine: true