forked from ansible/galaxy_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_config.yml
110 lines (107 loc) · 2.78 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
106
107
108
109
# 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:
- bindings: true
branch: 0.17.1
name: pulp_ansible
org: pulp
- bindings: true
branch: 2.14.5
name: pulp_container
org: pulp
- bindings: false
branch: v0.4.11
name: galaxy-importer
org: ansible
api_root: /api/galaxy/pulp/
black: false
check_commit_message: false
check_gettext: true
check_manifest: true
check_stray_pulpcore_imports: true
ci_env:
GITHUB_USER: ${{ github.event.pull_request.user.login }}
ci_trigger: '{pull_request: {branches: [''**'']}, push: {branches: [''**'']}}'
ci_update_branches: []
ci_update_docs: false
ci_update_release_behavior: null
cli_package: pulp-cli
cli_repo: https://github.com/pulp/pulp-cli.git
core_import_allowed:
- pulpcore.app.*viewsets
- pulpcore\.app.*admin
- ProgressReportSerializer
- pulpcore.app.*tasks
- pulpcore.openapi.*
deploy_client_to_pypi: false
deploy_client_to_rubygems: false
deploy_to_pypi: false
disabled_redis_runners: []
doc_requirements_from_pulpcore: false
docker_fixtures: false
docs_test: false
extra_docs_requirements: []
flake8: false
flake8_ignore: []
github_org: ansible
issue_tracker: null
kanban: false
lint_requirements: false
noissue_marker: No-Issue
parallel_test_workers: 8
plugin_app_label: galaxy
plugin_camel: GalaxyNG
plugin_camel_short: Galaxy
plugin_caps: GALAXY_NG
plugin_caps_short: GALAXY
plugin_dash: galaxy-ng
plugin_dash_short: galaxy
plugin_default_branch: master
plugin_name: galaxy_ng
plugin_snake: galaxy_ng
post_job_template:
name: update_manifest
path: galaxy_ng/.github/post-job-template.yml.j2
pre_job_template:
name: check_commit
path: galaxy_ng/.github/pre-job-template.yml.j2
publish_docs_to_pulpprojectdotorg: false
pulp_env: {}
pulp_env_azure: {}
pulp_env_gcp: {}
pulp_env_s3: {}
pulp_scheme: https
pulp_settings:
allowed_export_paths: /tmp
allowed_import_paths: /tmp
galaxy_api_default_distribution_base_path: published
galaxy_enable_api_access_log: true
galaxy_require_content_approval: false
rh_entitlement_required: insights
pulp_settings_azure: null
pulp_settings_gcp: null
pulp_settings_s3: null
pulpprojectdotorg_key_id: null
pydocstyle: true
pypi_username: null
python_version: '3.8'
release_email: [email protected]
release_user: ansible
run_pulpcore_tests_for_plugins: false
single_commit_check: false
stalebot: true
stalebot_days_until_close: 30
stalebot_days_until_stale: 90
stalebot_limit_to_pulls: true
sync_ci: false
test_azure: true
test_cli: false
test_deprecations: false
test_gcp: false
test_lowerbounds: false
test_performance: false
test_reroute: false
test_s3: true
update_github: false
use_issue_template: false