@@ -29,7 +29,7 @@ if [ "$TEST" = "s3" ]; then
2929 COMPONENT_SOURCE=" ${COMPONENT_SOURCE} pulpcore[s3] git+https://github.com/gerrod3/botocore.git@fix-100-continue"
3030fi
3131if [ " $TEST " = " azure" ]; then
32- COMPONENT_SOURCE=" ${COMPONENT_SOURCE} pulpcore[azure]"
32+ COMPONENT_SOURCE=" ${COMPONENT_SOURCE} pulpcore[azure,uvloop ]"
3333fi
3434
3535if [[ " $TEST " = " pulp" ]]; then
@@ -39,10 +39,6 @@ if [[ "$TEST" = "lowerbounds" ]]; then
3939 python3 .ci/scripts/calc_constraints.py requirements.txt > lowerbounds_constraints.txt
4040fi
4141
42- export PULP_API_ROOT=$( test " ${TEST} " = " s3" && echo " /rerouted/djnd/" || echo " /pulp/" )
43-
44- echo " PULP_API_ROOT=${PULP_API_ROOT} " >> " $GITHUB_ENV "
45-
4642# Compose the scenario definition.
4743mkdir -p .ci/ansible/vars
4844
@@ -54,9 +50,8 @@ legacy_component_name: "pulp_container"
5450component_name: "container"
5551component_version: "${COMPONENT_VERSION} "
5652pulp_env: {}
57- pulp_settings: {"allowed_content_checksums": ["sha1", "sha224", "sha256", "sha384", "sha512"], "allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "flatpak_index": true}
53+ pulp_settings: {"allowed_content_checksums": ["sha1", "sha224", "sha256", "sha384", "sha512"], "allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "api_root": "/pulp/", " flatpak_index": true}
5854pulp_scheme: "https"
59- api_root: "${PULP_API_ROOT} "
6055image:
6156 name: "pulp"
6257 tag: "ci_build"
@@ -93,7 +88,7 @@ if [ "$TEST" = "s3" ]; then
9388s3_test: true
9489minio_access_key: "${MINIO_ACCESS_KEY} "
9590minio_secret_key: "${MINIO_SECRET_KEY} "
96- pulp_scenario_settings: {"MEDIA_ROOT": "", "STORAGES": {"default": {"BACKEND": "storages.backends.s3boto3.S3Boto3Storage", "OPTIONS": {"access_key": "AKIAIT2Z5TDYPX3ARJBA", "addressing_style": "path", "bucket_name": "pulp3", "default_acl": "@none", "endpoint_url": "http://minio:9000", "region_name": "eu-central-1", "secret_key": "fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS", "signature_version": "s3v4"}}, "staticfiles": {"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage"}}, "flatpak_index": false, "token_auth_disabled": true}
91+ pulp_scenario_settings: {"MEDIA_ROOT": "", "STORAGES": {"default": {"BACKEND": "storages.backends.s3boto3.S3Boto3Storage", "OPTIONS": {"access_key": "AKIAIT2Z5TDYPX3ARJBA", "addressing_style": "path", "bucket_name": "pulp3", "default_acl": "@none", "endpoint_url": "http://minio:9000", "region_name": "eu-central-1", "secret_key": "fqRvjWaPU5o0fCqQuUWbj9Fainj2pVZtBCiDiieS", "signature_version": "s3v4"}}, "staticfiles": {"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage"}}, "api_root": "/rerouted/djnd/", " flatpak_index": false, "token_auth_disabled": true}
9792pulp_scenario_env: {}
9893VARSYAML
9994fi
0 commit comments