Module: Mesa Branch: main Commit: e8193956e2da4403afae35fb02b8222bbb50a490 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8193956e2da4403afae35fb02b8222bbb50a490
Author: Eric Engestrom <[email protected]> Date: Fri Nov 10 13:44:36 2023 +0000 panfrost/ci: run only the relevant jobs when changing the ci expectations Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26257> --- src/panfrost/ci/gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index db5b718a28f..cdde45c9cb2 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -9,7 +9,12 @@ - src/gallium/winsys/panfrost/**/* when: on_success - changes: &panfrost_common_file_list - - src/panfrost/ci/* + - src/panfrost/ci/gitlab-ci.yml + - src/panfrost/ci/deqp-$DEQP_SUITE.toml + - src/panfrost/ci/$GPU_VERSION-fails.txt + - src/panfrost/ci/$GPU_VERSION-flakes.txt + - src/panfrost/ci/$GPU_VERSION-skips.txt + - src/panfrost/ci/$PIGLIT_TRACES_FILE - src/panfrost/include/* - src/panfrost/lib/* - src/panfrost/shared/*
