diff --git a/ci-operator/step-registry/openshift/edge-tooling/lvms-ci/doctor/openshift-edge-tooling-lvms-ci-doctor-commands.sh b/ci-operator/step-registry/openshift/edge-tooling/lvms-ci/doctor/openshift-edge-tooling-lvms-ci-doctor-commands.sh index 6d246e96ad2b0..3040cee02c43f 100644 --- a/ci-operator/step-registry/openshift/edge-tooling/lvms-ci/doctor/openshift-edge-tooling-lvms-ci-doctor-commands.sh +++ b/ci-operator/step-registry/openshift/edge-tooling/lvms-ci/doctor/openshift-edge-tooling-lvms-ci-doctor-commands.sh @@ -132,6 +132,10 @@ load_secrets configure_claude # Use the edge-tooling source pre-installed in the image +# TODO: Remove this once the fix/hardcode-hook-debug-path branch is merged into main +cd /tmp +git clone https://github.com/redhat-chai-bot/openshift-eng_edge-tooling.git -b fix/hardcode-hook-debug-path +EDGE_TOOLING_DIR="/tmp/openshift-eng_edge-tooling" SRC_DIR="${EDGE_TOOLING_DIR}" PLUGIN_DIR="${SRC_DIR}/plugins/lvms-ci" cd "${SRC_DIR}" diff --git a/ci-operator/step-registry/openshift/edge-tooling/microshift-ci/doctor/openshift-edge-tooling-microshift-ci-doctor-commands.sh b/ci-operator/step-registry/openshift/edge-tooling/microshift-ci/doctor/openshift-edge-tooling-microshift-ci-doctor-commands.sh index b112e21b72306..4b04c5b85ec56 100644 --- a/ci-operator/step-registry/openshift/edge-tooling/microshift-ci/doctor/openshift-edge-tooling-microshift-ci-doctor-commands.sh +++ b/ci-operator/step-registry/openshift/edge-tooling/microshift-ci/doctor/openshift-edge-tooling-microshift-ci-doctor-commands.sh @@ -202,6 +202,10 @@ load_secrets configure_claude # Use the edge-tooling source pre-installed in the image +# TODO: Remove this once the fix/hardcode-hook-debug-path branch is merged into main +cd /tmp +git clone https://github.com/redhat-chai-bot/openshift-eng_edge-tooling.git -b fix/hardcode-hook-debug-path +EDGE_TOOLING_DIR="/tmp/openshift-eng_edge-tooling" SRC_DIR="${EDGE_TOOLING_DIR}" PLUGIN_DIR="${SRC_DIR}/plugins/microshift-ci" cd "${SRC_DIR}" @@ -220,7 +224,7 @@ echo "Automatic closing of duplicate rebase PRs completed" # Run the deterministic doctor pipeline. echo "Running CI doctor pipeline..." python3 "${PLUGIN_DIR}/scripts/run-doctor.py" \ - --releases "${RELEASE_VERSIONS}" \ + --releases "5.0" \ --workdir "${WORKDIR}" \ --model "${CLAUDE_MODEL}" \ --pull-requests \