freedreno/ci: Bring fd farm back online after move

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12608>
This commit is contained in:
Rob Clark 2021-08-28 07:56:05 -07:00 committed by Marge Bot
parent 6270f8cb7c
commit f05270ed7f
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: "offline"
FD_FARM: "online"
include:
- project: 'freedesktop/ci-templates'