Mesa (main): panfrost/ci: Disable T760 jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 8 21:49:16 UTC 2022


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Fri Jul  8 16:38:16 2022 -0400

panfrost/ci: Disable T760 jobs

These keep timing out due to abusive jobs.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17433>

---

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

diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml
index 02071315d34..986640677ee 100644
--- a/src/panfrost/ci/gitlab-ci.yml
+++ b/src/panfrost/ci/gitlab-ci.yml
@@ -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