Skip to content
Snippets Groups Projects
Commit e0d0757f authored by Walter Lozano's avatar Walter Lozano
Browse files

Disable HTTP 2 in flapak tests on SDK

Following the same approach used at image generation, disable HTTP 2 in
flatpak to overcome connections issues as OSTree does not support retries.

infrastructure/apertis-image-recipes!612
https://github.com/ostreedev/ostree/issues/2570
infrastructure/apertis-issues#436



Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent c3119e80
No related branches found
No related tags found
1 merge request!577Disable HTTP 2 in flapak tests on SDK
Pipeline #616442 passed
......@@ -20,6 +20,8 @@ run:
steps:
- "Add the Apertis Flatpak repository (only needed on SDK images)"
- $ flatpak --user remote-add --if-not-exists apertis https://images.apertis.org/flatpak/repo/apertis.flatpakrepo
- "Force HTTP 1.1 as OSTree does not support retries over HTTP 2 (only needed on SDK images)"
- $ ostree --repo=/home/user/.local/share/flatpak/repo config set 'remote "apertis".http2' false
- "Install the Flatpak example application (only needed on SDK images)"
- $ flatpak --user install --reinstall org.apertis.hmi.gnome_font_viewer//${APERTIS_RELEASE}
- "On the agl-compositor click on the menu icon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment