Skip to content

Commit

Permalink
Setup PULP_CA_BUNDLE for replicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Sep 23, 2024
1 parent 3819c50 commit 245227a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
unknown
2021.08.26-383-gc4cd2b8
2 changes: 1 addition & 1 deletion .github/workflows/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
VARSYAML

cat >> vars/main.yaml << VARSYAML
pulp_env: {}
pulp_env: {"PULP_CA_BUNDLE": "/etc/pulp/certs/pulp_webserver.crt"}
pulp_settings: {"allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "content_path_prefix": "/somewhere/else/", "orphan_protection_time": 0, "task_protection_time": 10, "tmpfile_protection_time": 10, "upload_protection_time": 10}
pulp_scheme: https
pulp_default_container: ghcr.io/pulp/pulp-ci-centos9:latest
Expand Down
3 changes: 2 additions & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ plugins:
name: pulp-certguard
post_job_template: null
pre_job_template: null
pulp_env: {}
pulp_env:
PULP_CA_BUNDLE: /etc/pulp/certs/pulp_webserver.crt
pulp_env_azure:
otel_bsp_max_export_batch_size: 1
otel_bsp_max_queue_size: 1
Expand Down

0 comments on commit 245227a

Please sign in to comment.