freedreno/ci: Take fd farm offline for moving day

Signed-off-by: Rob Clark <robdclark@chromium.org>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12602>
This commit is contained in:
Rob Clark 2021-08-27 10:08:14 -07:00 committed by Marge Bot
parent 8f784c8fed
commit eacf50c27b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,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"
include:
- project: 'freedesktop/ci-templates'