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:
committed by
Marge Bot
parent
d2be9f95e5
commit
be15208cda
@@ -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
|
||||
|
||||
@@ -30,7 +30,7 @@ variables:
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"
|
||||
ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250717-heredoc"
|
||||
ALPINE_X86_64_LAVA_TRIGGER_TAG: "20250804-logger"
|
||||
|
||||
FEDORA_X86_64_BUILD_TAG: "20250722-libwayland"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user