-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flatpak settings for the S3 test runner
The flatpak_index setting has to be explicitly set to false because of the global pulp settings definition. Enabling the indexing for the S3 test runner would cause pulp_container/tests/functional/api/test_flatpak.py to fail due to <https://gitlab.gnome.org/GNOME/libsoup/-/issues/357>. [noissue]
- Loading branch information
Showing
3 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2021.08.26-238-gb4b66d6 | ||
2021.08.26-240-gd3a60ef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]238-gb4b66d6 | ||
# generated with [email protected]240-gd3a60ef | ||
|
||
additional_repos: [] | ||
api_root: /pulp/ | ||
|
@@ -66,11 +66,8 @@ pulp_settings: | |
pulp_settings_azure: | ||
flatpak_index: true | ||
pulp_settings_gcp: null | ||
# Do not enable flatpak_index for s3 for now, as it would cause | ||
# pulp_container/tests/functional/api/test_flatpak.py to fail due to | ||
# <https://gitlab.gnome.org/GNOME/libsoup/-/issues/357> "Odd 400 response with https GET 302 | ||
# redirecting to http": | ||
pulp_settings_s3: null | ||
pulp_settings_s3: | ||
flatpak_index: false | ||
pulp_settings_stream: null | ||
pulpprojectdotorg_key_id: aa499d7938ed | ||
pydocstyle: true | ||
|