freedreno/ci: Increase a630/a618 piglit fraction

After dropping obsolete skips, the piglit jobs take too long to run, so
switch to 1-in-3 fractional runs.

TODO we need nightly full runs

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28323>
This commit is contained in:
Rob Clark 2024-05-05 10:06:46 -07:00 committed by Marge Bot
parent da212113f8
commit 926865580e
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
piglit_folder = "/piglit"
profile = "gpu"
process_isolation = true
fraction = 3
skips = ["install/freedreno-a6xx-skips.txt", "install/freedreno-a618-skips.txt"]
[piglit.env]
PIGLIT_NO_WINDOW = "1"

View File

@ -2,6 +2,7 @@
piglit_folder = "/piglit"
profile = "gpu"
process_isolation = true
fraction = 3
skips = ["install/freedreno-a6xx-skips.txt", "install/freedreno-a630-skips.txt"]
[piglit.env]
PIGLIT_NO_WINDOW = "1"