Module: Mesa Branch: master Commit: 6a93a6e17b38764c2a338eda2143a038ea2f09d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a93a6e17b38764c2a338eda2143a038ea2f09d6
Author: Andres Gomez <[email protected]> Date: Tue Dec 22 14:10:18 2020 +0200 ci: Bump deqp to current vulkan-cts-1.2.5.0 also in the Lava jobs The tag update was forgotten after e384476d1e9 ("ci: Bump deqp to current vulkan-cts-1.2.5.0"). Noticeably, this introduces 2 more failures in the panfrost-t860 job: - dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.lowp_mat2_float_vertex - dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.mediump_mat2_float_vertex,Fail Fixes: e384476d1e9 ("ci: Bump deqp to current vulkan-cts-1.2.5.0") Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Juan A. Suarez Romero <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8198> --- .gitlab-ci/deqp-panfrost-t860-fails.txt | 4 +++- .gitlab-ci/lava-gitlab-ci.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/deqp-panfrost-t860-fails.txt b/.gitlab-ci/deqp-panfrost-t860-fails.txt index cd500e31cee..fc0d7e088f3 100644 --- a/.gitlab-ci/deqp-panfrost-t860-fails.txt +++ b/.gitlab-ci/deqp-panfrost-t860-fails.txt @@ -19,4 +19,6 @@ dEQP-GLES2.functional.shaders.indexing.tmp_array.float_const_write_dynamic_read_ dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_loop_read_fragment,Crash dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_loop_read_vertex,Crash dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_read_fragment,Crash -dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_read_vertex,Crash \ No newline at end of file +dEQP-GLES2.functional.shaders.indexing.tmp_array.vec2_const_write_dynamic_read_vertex,Crash +dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.lowp_mat2_float_vertex,Fail +dEQP-GLES3.functional.shaders.matrix.inverse.dynamic.mediump_mat2_float_vertex,Fail diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 7c334ea722f..03201776e67 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - DISTRIBUTION_TAG: "2020-11-09-deqp-uprev-3" + DISTRIBUTION_TAG: "2020-12-14-cts" .kernel+rootfs: stage: container-2 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
