Mesa (master): ci/freedreno: Make a630 piglit_shader run a manual run, too.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 27 23:24:04 UTC 2021


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 27 12:24:08 2021 -0800

ci/freedreno: Make a630 piglit_shader run a manual run, too.

We haven't been able to stabilize the remaining flakes (scattered through
a bunch of innocuous-looking tests), so disable it until we can fix it or
replace the piglit runner with one that can handle flakes.

Closes: #4170
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8747>

---

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 805ccf1ec42..00a80bea741 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1461,6 +1461,7 @@ arm64_a630_vk_sysmem:
   extends:
     - .piglit-test
     - .arm64-a630-test
+    - .test-manual
   variables:
     BARE_METAL_TEST_SCRIPT: "/install/piglit/run.sh"
     # Excluding various features we don't support to keep runtime down in



More information about the mesa-commit mailing list