mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
ci: document http proxy bug & disable farms relying on it
All the lava & baremetal farms have to be disabled because of this bug, and until a fix is found and deployed to each of these farms.
This commit is contained in:
parent
5b11c3ff0a
commit
3c0e0c3d04
7 changed files with 2 additions and 0 deletions
|
|
@ -34,4 +34,6 @@ proxy_set_header Authorization $proxy_authorization;
|
|||
|
||||
proxy_pass $proxyuri;
|
||||
# Redirect back to ourselves on 301 replies
|
||||
# FIXME: this is buggy, it doesn't properly url-encode $1, leading to s3 creds
|
||||
# being dropped during the redirection, breaking all the lava & baremetal jobs
|
||||
proxy_redirect ~^(.*)$ /cache/?uri=$1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue