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

Author: Eric Anholt <[email protected]>
Date:   Wed Mar  3 15:42:57 2021 -0800

ci/freedreno: Switch the piglit testing to the new piglit runner.

Getting piglit to fit onto our test devices was proving difficult, and we
need the ability to handle flakes, so switch to the rust piglit runner
that @pepp wrote as part of the deqp-runner repo which gives us flake
detection, sharding across boards, fractional runs, and almost half the
runtime.

It doesn't handle piglit subtests yet, but if you can't run piglit's
python on your devices because it's too bloated and unstable, this is a
way forward.

Reviewed-by: Juan A. Suarez Romero <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9468>

---

 .gitlab-ci/bare-metal/rootfs-setup.sh              |    1 +
 .gitlab-ci/piglit/piglit-runner.sh                 |  134 +
 src/freedreno/ci/gitlab-ci.yml                     |  100 +-
 .../drivers/freedreno/ci/freedreno-a530-gl.txt     | 1887 --------
 .../drivers/freedreno/ci/freedreno-a530-shader.txt | 1188 -----
 .../drivers/freedreno/ci/freedreno-a630-gl.txt     | 4761 --------------------
 .../drivers/freedreno/ci/freedreno-a630-shader.txt | 1124 -----
 .../freedreno/ci/piglit-freedreno-a530-fails.txt   |  465 ++
 .../freedreno/ci/piglit-freedreno-a530-flakes.txt  |   11 +
 .../freedreno/ci/piglit-freedreno-a530-skips.txt   |   28 +
 .../freedreno/ci/piglit-freedreno-a630-fails.txt   |  603 +++
 .../freedreno/ci/piglit-freedreno-a630-flakes.txt  |   14 +
 .../freedreno/ci/piglit-freedreno-a630-skips.txt   |   38 +
 13 files changed, 1300 insertions(+), 9054 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=f3a7a8a4dcb28c298170405d2b6451a4b123ad5d
_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to