From 36fb920c5e88f7da24d0c7289d7e6bafd8b367d2 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Fri, 19 Dec 2025 18:11:05 +0530 Subject: [PATCH] mgr/dashboard: update teuth_ref hash in api test update the hash to the latest commit where Kefu addressed the distutils error. Signed-off-by: Nizamudeen A --- src/pybind/mgr/dashboard/run-backend-api-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/run-backend-api-tests.sh b/src/pybind/mgr/dashboard/run-backend-api-tests.sh index a42df6b4cbeb..d4cb5dd71962 100755 --- a/src/pybind/mgr/dashboard/run-backend-api-tests.sh +++ b/src/pybind/mgr/dashboard/run-backend-api-tests.sh @@ -48,7 +48,8 @@ setup_teuthology() { source venv/bin/activate pip install -U pip 'setuptools>=12,<60' - local TEUTH_REF="${TEUTH_REF:-3ae1592c30adc5875a8aeb1f50a30ed9dd04dc04}" + local TEUTH_REF="${TEUTH_REF:-f3d1e601d9123cd8c839d1c32745a294ec8dd15d}" + printf "Cloning teuthology at ref %s\n" "$TEUTH_REF" git clone https://github.com/ceph/teuthology pushd teuthology git checkout -q "$TEUTH_REF" -- 2.47.3