22# were not present before running plugin-template have been added with their default values.
33
44# generated with plugin_template
5+ #
6+ # After editing this file please always reapply the plugin template before committing any changes.
57
6- api_root : /pulp/
8+ ---
9+ api_root : " /pulp/"
710black : true
811check_commit_message : true
912check_gettext : true
1013check_manifest : true
1114check_stray_pulpcore_imports : true
12- ci_base_image : ghcr.io/pulp/pulp-ci-centos9
15+ ci_base_image : " ghcr.io/pulp/pulp-ci-centos9"
1316ci_env : {}
14- ci_trigger : ' {pull_request: {branches: ['' * '' ]}}'
15- cli_package : pulp-cli
16- cli_repo : https://github.com/pulp/pulp-cli.git
17+ ci_trigger : " {pull_request: {branches: ['*' ]}}"
18+ cli_package : " pulp-cli"
19+ cli_repo : " https://github.com/pulp/pulp-cli.git"
1720core_import_allowed : []
1821deploy_client_to_pypi : true
1922deploy_client_to_rubygems : true
@@ -23,75 +26,73 @@ docker_fixtures: false
2326extra_files : []
2427flake8 : true
2528flake8_ignore : []
26- github_org : pulp
27- latest_release_branch : ' 3.25'
29+ github_org : " pulp"
30+ latest_release_branch : " 3.25"
2831lint_requirements : true
2932os_required_packages : []
3033parallel_test_workers : 8
31- plugin_app_label : python
32- plugin_default_branch : main
33- plugin_name : pulp_python
34+ plugin_app_label : " python"
35+ plugin_default_branch : " main"
36+ plugin_name : " pulp_python"
3437plugins :
35- - app_label : python
36- name : pulp_python
37- post_job_template : null
38- pre_job_template : null
38+ - app_label : " python"
39+ name : " pulp_python"
3940pulp_env : {}
4041pulp_env_azure : {}
4142pulp_env_gcp : {}
4243pulp_env_s3 : {}
43- pulp_scheme : https
44+ pulp_scheme : " https"
4445pulp_settings :
45- allowed_export_paths : /tmp
46- allowed_import_paths : /tmp
46+ allowed_export_paths : " /tmp"
47+ allowed_import_paths : " /tmp"
4748 orphan_protection_time : 0
48- pypi_api_hostname : https://pulp:443
49+ pypi_api_hostname : " https://pulp:443"
4950pulp_settings_azure :
50- MEDIA_ROOT : ' '
51+ MEDIA_ROOT : " "
5152 STORAGES :
5253 default :
53- BACKEND : storages.backends.azure_storage.AzureStorage
54+ BACKEND : " storages.backends.azure_storage.AzureStorage"
5455 OPTIONS :
55- account_key : Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
56- account_name : devstoreaccount1
57- azure_container : pulp-test
58- connection_string : DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;
56+ account_key : " Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
57+ account_name : " devstoreaccount1"
58+ azure_container : " pulp-test"
59+ connection_string : " DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;"
5960 expiration_secs : 120
60- location : pulp3
61+ location : " pulp3"
6162 overwrite_files : true
6263 staticfiles :
63- BACKEND : django.contrib.staticfiles.storage.StaticFilesStorage
64+ BACKEND : " django.contrib.staticfiles.storage.StaticFilesStorage"
6465 content_origin : null
6566 domain_enabled : true
6667pulp_settings_gcp : null
6768pulp_settings_s3 :
68- MEDIA_ROOT : ' '
69+ MEDIA_ROOT : " "
6970 STORAGES :
7071 default :
71- BACKEND : storages.backends.s3boto3.S3Boto3Storage
72+ BACKEND : " storages.backends.s3boto3.S3Boto3Storage"
7273 OPTIONS :
73- access_key : AKIAIT2Z5TDYPX3ARJBA
74- addressing_style : path
75- bucket_name : pulp3
76- default_acl : ' @none'
77- endpoint_url : http://minio:9000
78- region_name : eu-central-1
79- secret_key : fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS
80- signature_version : s3v4
74+ access_key : " AKIAIT2Z5TDYPX3ARJBA"
75+ addressing_style : " path"
76+ bucket_name : " pulp3"
77+ default_acl : " @none"
78+ endpoint_url : " http://minio:9000"
79+ region_name : " eu-central-1"
80+ secret_key : " fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS"
81+ signature_version : " s3v4"
8182 staticfiles :
82- BACKEND : django.contrib.staticfiles.storage.StaticFilesStorage
83+ BACKEND : " django.contrib.staticfiles.storage.StaticFilesStorage"
8384 domain_enabled : true
8485pydocstyle : true
85- release_email : pulp-infra@redhat.com
86- release_user : pulpbot
86+ release_email : " pulp-infra@redhat.com"
87+ release_user : " pulpbot"
8788stalebot : true
8889stalebot_days_until_close : 30
8990stalebot_days_until_stale : 90
9091stalebot_limit_to_pulls : true
9192supported_release_branches :
92- - ' 3.11'
93- - ' 3.12'
94- - ' 3.13'
93+ - " 3.11"
94+ - " 3.12"
95+ - " 3.13"
9596sync_ci : true
9697test_azure : true
9798test_cli : true
@@ -102,4 +103,5 @@ test_performance: false
102103test_reroute : true
103104test_s3 : true
104105use_issue_template : true
106+ ...
105107
0 commit comments