Greetings.
The curl folks think they might have finally tracked down the http/2 issues were were hitting with composes now.
So, I'd like to:
Apply this patch to enable h2 on kojipkgs again:
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index d66e829..47289ab 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -585,7 +585,7 @@ - kojipkgs01.fedoraproject.org - kojipkgs02.fedoraproject.org cert_name: "{{wildcard_cert_name}}" - use_h2: false + use_h2: true
- role: httpd/website site_name: apps.fedoraproject.org
Then, run the proxies playbook to enable it.
Then, do a rawhide compose.
If it fails with any h2 or cannot download errors, revert the change and let the curl folks know.
If it doesn't leave it enabled.
I'd likely do this testing over the weekend when no other composes are running.
Can I get some +1s for this plan?
kevin
On Fri, 30 Aug 2019 at 14:27, Rick Elrod codeblock@elrod.me wrote:
On 8/30/19 12:21 PM, Kevin Fenzi wrote:
Can I get some +1s for this plan?
+1, easy to back out if it breaks.
+! also
Rick _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedorapro...
infrastructure@lists.fedoraproject.org