Module: Mesa Branch: main Commit: 6a16ed8d7949424f160cb2f1a17bc71d892ee66e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a16ed8d7949424f160cb2f1a17bc71d892ee66e
Author: Daniel Stone <[email protected]> Date: Tue Mar 28 11:10:10 2023 +0100 CI: Disable freedreno The proxy has been broken ever since the network went down. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22161> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60458594243..3530efe15ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ variables: PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO" # Individual CI farm status, set to "offline" to disable jobs # running on a particular CI farm (ie. for outages, etc): - FD_FARM: "online" + FD_FARM: "offline" COLLABORA_FARM: "online" MICROSOFT_FARM: "online" LIMA_FARM: "online"
