Eric Engestrom
|
460c2eb967
|
ci: move shellcheck options to .shellcheckrc
That way, IDEs get to have the same behaviour as the CI
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31826>
|
2024-10-24 22:43:03 +00:00 |
|
Daniel Stone
|
2bac04aa4b
|
ci/shellcheck: Don't exit on first failure
It's really tedious having to run shellcheck in a loop to find every
failure; go through them all and print them all at once.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
|
2024-10-20 11:32:42 +01:00 |
|
Daniel Stone
|
80d3ee3c78
|
ci/shellcheck: Don't overwrite SCRIPTS_DIR with relative path
shellcheck doesn't like it when we have relative paths and it's trying
to check if the files exist.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
|
2024-10-20 11:32:42 +01:00 |
|
Daniel Stone
|
2dbadf8109
|
ci: Avoid subshell for executing HWCI_TEST_SCRIPT
Ensure that $HWCI_TEST_SCRIPT is an executable we can run ourselves, and
run that directly instead of invoking a subshell.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31110>
|
2024-09-13 10:12:08 +01:00 |
|
David Heidelberg
|
5941fc8ccd
|
ci: enable shellcheck on whole .gitlab-ci
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
|
2023-05-25 16:06:53 +02:00 |
|
David Heidelberg
|
fc410b024d
|
ci: use shellcheck for .gitlab-ci/container/ directory
It checks our CI shell code in `debian-build-testing` job.
Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17574>
|
2022-08-26 21:20:14 +00:00 |
|