ci/lava: update lavacli from version 1.5.2 to 2.2.0

The lavacli version 1.5.2 has been released in December 2022.
Use the most recent version 2.2.0, released in October 2023, instead.

Notable changes since 1.5.2:

  - Authentication tokens are now stripped from exceptions when HTTP
    requests fail. (1.6)

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33266>
This commit is contained in:
Leonard Göhrs
2025-01-28 13:32:13 +01:00
committed by Marge Bot
parent e75e9baff8
commit db2a10150f
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ variables:
KERNEL_ROOTFS_TAG: "20250128-llvm19-up"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20241223-pyutils"
DEBIAN_PYUTILS_TAG: "20250129-lavacli"
ALPINE_X86_64_BUILD_TAG: "20250128-llversionm"
ALPINE_X86_64_LAVA_SSH_TAG: "20250124-spirv-tools"

View File

@@ -9,7 +9,7 @@ fire==0.5.0
flake8==7.*
gql==3.*
kaleido==0.2.*
lavacli==1.5.2
lavacli==2.2.0
pandas==2.*
plotly==5.*
python-dateutil==2.*