Module: Mesa Branch: main Commit: 2a530cb1889628f51b849e919c7beeb8dc2d52e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a530cb1889628f51b849e919c7beeb8dc2d52e2
Author: Vignesh Raman <vignesh.ra...@collabora.com> Date: Wed Aug 30 10:33:13 2023 +0530 ci: copy logging script to install Copy structured_logger.py and custom_logger.py to install, so that the ci jobs can use these scripts for logging. Signed-off-by: Vignesh Raman <vignesh.ra...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25179> --- .gitlab-ci/prepare-artifacts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index a62f95d25f2..8497746181a 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -42,6 +42,8 @@ cp -Rp .gitlab-ci/valve install/ cp -Rp .gitlab-ci/vkd3d-proton install/ cp -Rp .gitlab-ci/setup-test-env.sh install/ cp -Rp .gitlab-ci/*-runner.sh install/ +cp -Rp .gitlab-ci/bin/structured_logger.py install/ +cp -Rp .gitlab-ci/bin/custom_logger.py install/ find . -path \*/ci/\*.txt \ -o -path \*/ci/\*.toml \ -o -path \*/ci/\*traces\*.yml \