Module: Mesa Branch: master Commit: f778c48869fb52c6afc757b307d95376aaabcf50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f778c48869fb52c6afc757b307d95376aaabcf50
Author: Eric Anholt <[email protected]> Date: Wed Mar 18 09:51:03 2020 -0700 ci: Only run the freedreno baremetal tests when freedreno/core changes. Same as we do for a630 (docker) tests. Reviewed-by: Michel Dänzer <[email protected]> Acked-by: Rob Clark <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4229> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4229> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2751d9255a..fbe88ed1ed8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -711,7 +711,7 @@ arm64_a306_gles2: extends: - .baremetal-test - .use-arm_build - stage: freedreno + - .freedreno-rules variables: BM_KERNEL: /lava-files/Image.gz BM_DTB: /lava-files/apq8016-sbc.dtb _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
