Mesa (main): ci/panfrost: Disable some jobs due to a lab failure

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 1 15:10:22 UTC 2022


Module: Mesa
Branch: main
Commit: b5fd1fddd9cf24e9250b659130057289d5080746
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5fd1fddd9cf24e9250b659130057289d5080746

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Fri Apr  1 15:44:36 2022 +0200

ci/panfrost: Disable some jobs due to a lab failure

A dispatcher has had a hard disk failure and these devices are offline
now.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15711>

---

 src/panfrost/ci/gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml
index dc0194de5c0..1e3b6f224d9 100644
--- a/src/panfrost/ci/gitlab-ci.yml
+++ b/src/panfrost/ci/gitlab-ci.yml
@@ -4,7 +4,7 @@
     PAN_MESA_DEBUG: sync
     HWCI_FREQ_MAX: "true"
 
-panfrost-t720-gles2:arm64:
+.panfrost-t720-gles2:arm64:
   extends:
     - .lava-test:arm64
     - .panfrost-midgard-rules
@@ -17,7 +17,7 @@ panfrost-t720-gles2:arm64:
     FDO_CI_CONCURRENT: 6
     RUNNER_TAG: mesa-ci-x86-64-lava-sun50i-h6-pine-h64
 
-panfrost-t760-gles2:armhf:
+.panfrost-t760-gles2:armhf:
   extends:
     - .lava-test:armhf
     - .panfrost-midgard-rules
@@ -32,7 +32,7 @@ panfrost-t760-gles2:armhf:
     FDO_CI_CONCURRENT: 6
     RUNNER_TAG: mesa-ci-x86-64-lava-rk3288-veyron-jaq
 
-panfrost-t760-traces:armhf:
+.panfrost-t760-traces:armhf:
   extends:
     - .lava-piglit-traces:armhf
     - .panfrost-midgard-rules



More information about the mesa-commit mailing list