From 5ad4e6d3d1d0ed760ee40a00747a56455e52dcb4 Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Wed, 30 Jul 2025 21:51:42 -0300 Subject: [PATCH] ci/panfrost: Disable DUTs under maintenance Collabora's farm 2025-07-31 maintenance will make the following DUTs offline for a few hours: - rk3288-veyron-jaq - sun50i-h6-pine-h64 So let's disable them before it blocks the pipelines. ---- Planned downtime for those DUTs in the farm: Start: 2025-07-31 08:00 BST End: 2025-07-31 10:00 BST Signed-off-by: Guilherme Gallo Part-of: --- src/panfrost/ci/gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index 3dd386618ec..bc9af9ddd18 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -3,7 +3,8 @@ include: # We only have two machines and these boards are EOL. # Put it in nightly until we can move to different boards. -panfrost-t720-gles2:arm64: +# Temporarly disabled for 2025-07-31 maintainance +.panfrost-t720-gles2:arm64: extends: - .lava-arm64-test-gl - .panfrost-midgard-manual-rules @@ -12,7 +13,8 @@ panfrost-t720-gles2:arm64: # We only have two machines, which we share with KernelCI. # Keep the second t760 job manual. -panfrost-t760-gles:arm32: +# Temporarly disabled for 2025-07-31 maintainance +.panfrost-t760-gles:arm32: extends: - .lava-arm32-test-gl - .panfrost-midgard-manual-rules @@ -20,7 +22,8 @@ panfrost-t760-gles:arm32: - .lava-rk3288-veyron-jaq:arm32 timeout: 1h 30m -panfrost-t760-traces:arm32: +# Temporarly disabled for 2025-07-31 maintainance +.panfrost-t760-traces:arm32: extends: - .lava-arm32-piglit-traces - .panfrost-midgard-manual-rules