gitlab-ci: exclude scripts that don't affect the build
authorEric Engestrom <eric@engestrom.ch>
Thu, 14 May 2020 20:51:38 +0000 (22:51 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 16 May 2020 11:40:14 +0000 (11:40 +0000)
commit576bff5c73ff217b15900982640dbf8f184569d5
treea7e8c359f883ac66e98fd1a6e0f8c6d92f2f9331
parent494b7ef0c1a440c57f5a6a8a301fba4f7e551417
gitlab-ci: exclude scripts that don't affect the build

All the other files in bin/ are not used by any build system and as such
cannot affect the build.

I've been working on maintainer tools lately and it's frustrating to have
the CI wait for 45 minutes to rebuild everything and not even read/run
the files in the MR when it could've just been merged and moved on to
the next MR 45 minutes ago.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5046>
.gitlab-ci.yml