Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and ipanova committed Sep 19, 2022
1 parent 5a5a183 commit 21ce23d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .ci/ansible/settings.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TOKEN_SIGNATURE_ALGORITHM = "ES256"
CACHE_ENABLED = True
REDIS_HOST = "localhost"
REDIS_PORT = 6379
TELEMETRY = False

{% if api_root is defined %}
API_ROOT = {{ api_root | repr }}
Expand All @@ -19,6 +20,12 @@ API_ROOT = {{ api_root | repr }}
{% endfor %}
{% endif %}

{% if pulp_scenario_settings is defined and pulp_scenario_settings %}
{% for key, value in pulp_scenario_settings.items() %}
{{ key | upper }} = {{ value | repr }}
{% endfor %}
{% endif %}

{% if stream_test | default(false) -%}
REDIRECT_TO_OBJECT_STORAGE = False
DEFAULT_FILE_STORAGE = "pulpcore.app.models.storage.PulpSFTPStorage"
Expand Down
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-167-ga2a8251
2021.08.26-170-g40698bb
7 changes: 5 additions & 2 deletions template_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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]167-ga2a8251
# generated with [email protected]170-g40698bb

additional_repos:
- branch: '1.10'
Expand Down Expand Up @@ -38,7 +38,7 @@ docker_fixtures: false
docs_test: true
flake8: true
flake8_ignore:
- ./pulp_2to3_migration/app/json_schema.py
- ./pulp_2to3_migration/app/json_schema.py
github_org: pulp
issue_tracker: github
keep_ci_update_for_latest_branches: 5
Expand All @@ -61,6 +61,9 @@ pre_job_template: null
publish_docs_to_pulpprojectdotorg: true
pulp_scheme: https
pulp_settings: null
pulp_settings_azure: null
pulp_settings_s6: null
pulp_settings_stream: null
pulpcore_branch: '3.19'
pulpcore_pip_version_specifier: ~=3.19.0
pulpcore_revision: null
Expand Down

0 comments on commit 21ce23d

Please sign in to comment.