ci/lava: Only keep structured_logger in lava-trigger container

LAVA doesn't use `custom_logger.py`.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36549>
This commit is contained in:
Valentine Burley
2025-08-01 09:36:52 +02:00
committed by Marge Bot
parent d2be9f95e5
commit be15208cda
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ apk --no-cache add "${DEPS[@]}" "${EPHEMERAL[@]}"
pip3 install --break-system-packages -r bin/ci/requirements-lava.txt
cp -Rp .gitlab-ci/lava /
cp -Rp .gitlab-ci/bin/*_logger.py /lava
cp -Rp .gitlab-ci/bin/structured_logger.py /lava
cp -Rp .gitlab-ci/common/init-stage1.sh /lava
. .gitlab-ci/container/container_pre_build.sh