From: Nizamudeen A Date: Fri, 19 Dec 2025 12:41:05 +0000 (+0530) Subject: mgr/dashboard: update teuth_ref hash in api test X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36fb920c5e88f7da24d0c7289d7e6bafd8b367d2;p=ceph.git 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 --- 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"