Module: Mesa Branch: master Commit: d3024817514fc0865a61a85c4e95e063450e6433 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3024817514fc0865a61a85c4e95e063450e6433
Author: Daniel Stone <[email protected]> Date: Wed Dec 2 14:01:17 2020 +0000 CI: Add llvmpipe- prefix to Piglit jobs To make it easier to differentiate now that llvmpipe & softpipe are lumped into the same stage. Signed-off-by: Daniel Stone <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]> Acked-by: Eric Anholt <[email protected]> Acked-by: Michel Dänzer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7873> --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c19c62fd17..9ca033ac878 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1006,7 +1006,7 @@ meson-mingw32-x86_64: script: - install/piglit/run.sh -piglit-cl: +llvmpipe-piglit-cl: extends: - .piglit-test - .test-cl @@ -1020,7 +1020,7 @@ piglit-cl: script: - install/piglit/run_cl.sh -piglit-quick_gl: +llvmpipe-piglit-quick_gl: extends: .piglit-test variables: LP_NUM_THREADS: 0 @@ -1035,13 +1035,13 @@ piglit-quick_gl: -x maxsize PIGLIT_PROFILES: quick_gl -piglit-glslparser: +llvmpipe-piglit-glslparser: extends: .piglit-test variables: LP_NUM_THREADS: 0 PIGLIT_PROFILES: glslparser -piglit-quick_shader: +llvmpipe-piglit-quick_shader: extends: .piglit-test variables: LP_NUM_THREADS: 1 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
