]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: update teuth_ref hash in api test 66700/head
authorNizamudeen A <nia@redhat.com>
Fri, 19 Dec 2025 12:41:05 +0000 (18:11 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 19 Dec 2025 13:09:52 +0000 (18:39 +0530)
update the hash to the latest commit where Kefu addressed the distutils
error.

Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/run-backend-api-tests.sh

index a42df6b4cbeb65e6af9d32555c7e945147174be4..d4cb5dd719629685e6c376ca86e4e5bdcd9b9029 100755 (executable)
@@ -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"