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 : false
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,62 +26,60 @@ docker_fixtures: false
2326extra_files : []
2427flake8 : true
2528flake8_ignore : []
26- github_org : pulp
29+ github_org : " pulp"
2730latest_release_branch : null
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- AZURE_ACCOUNT_KEY : Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
51- AZURE_ACCOUNT_NAME : devstoreaccount1
52- AZURE_CONNECTION_STRING : DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;
53- AZURE_CONTAINER : pulp-test
54- AZURE_LOCATION : pulp3
51+ AZURE_ACCOUNT_KEY : " Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=="
52+ AZURE_ACCOUNT_NAME : " devstoreaccount1"
53+ AZURE_CONNECTION_STRING : " DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;"
54+ AZURE_CONTAINER : " pulp-test"
55+ AZURE_LOCATION : " pulp3"
5556 AZURE_OVERWRITE_FILES : true
5657 AZURE_URL_EXPIRATION_SECS : 120
57- DEFAULT_FILE_STORAGE : storages.backends.azure_storage.AzureStorage
58- MEDIA_ROOT : ' '
58+ DEFAULT_FILE_STORAGE : " storages.backends.azure_storage.AzureStorage"
59+ MEDIA_ROOT : " "
5960 domain_enabled : true
6061pulp_settings_gcp : null
6162pulp_settings_s3 :
62- AWS_ACCESS_KEY_ID : AKIAIT2Z5TDYPX3ARJBA
63- AWS_DEFAULT_ACL : ' @none None'
64- AWS_S3_ADDRESSING_STYLE : path
65- AWS_S3_ENDPOINT_URL : http://minio:9000
66- AWS_S3_REGION_NAME : eu-central-1
67- AWS_S3_SIGNATURE_VERSION : s3v4
68- AWS_SECRET_ACCESS_KEY : fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS
69- AWS_STORAGE_BUCKET_NAME : pulp3
70- DEFAULT_FILE_STORAGE : storages.backends.s3boto3.S3Boto3Storage
71- MEDIA_ROOT : ' '
63+ AWS_ACCESS_KEY_ID : " AKIAIT2Z5TDYPX3ARJBA"
64+ AWS_DEFAULT_ACL : " @none None"
65+ AWS_S3_ADDRESSING_STYLE : " path"
66+ AWS_S3_ENDPOINT_URL : " http://minio:9000"
67+ AWS_S3_REGION_NAME : " eu-central-1"
68+ AWS_S3_SIGNATURE_VERSION : " s3v4"
69+ AWS_SECRET_ACCESS_KEY : " fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS"
70+ AWS_STORAGE_BUCKET_NAME : " pulp3"
71+ DEFAULT_FILE_STORAGE : " storages.backends.s3boto3.S3Boto3Storage"
72+ MEDIA_ROOT : " "
7273 domain_enabled : true
7374pydocstyle : true
74- release_email : pulp-infra@redhat.com
75- release_user : pulpbot
75+ release_email : " pulp-infra@redhat.com"
76+ release_user : " pulpbot"
7677stalebot : true
7778stalebot_days_until_close : 30
7879stalebot_days_until_stale : 90
7980stalebot_limit_to_pulls : true
8081supported_release_branches :
81- - ' 3.11'
82+ - " 3.11"
8283sync_ci : true
8384test_azure : true
8485test_cli : true
@@ -89,4 +90,5 @@ test_performance: false
8990test_reroute : true
9091test_s3 : true
9192use_issue_template : true
93+ ...
9294
0 commit comments