From db2a10150f833e4168bf73466a62402f01f7ae33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Tue, 28 Jan 2025 13:32:13 +0100 Subject: [PATCH] ci/lava: update lavacli from version 1.5.2 to 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Part-of: --- .gitlab-ci/image-tags.yml | 2 +- bin/ci/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 5975666753c..c69686a1886 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -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" diff --git a/bin/ci/requirements.txt b/bin/ci/requirements.txt index 40f4c5dd8a7..931bcec4cc5 100644 --- a/bin/ci/requirements.txt +++ b/bin/ci/requirements.txt @@ -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.*