From b14aa264a1818cefb23277db4ed96f98ebeed84f Mon Sep 17 00:00:00 2001
From: Raghunandan Netrapalli Madhusudhan <raghunandan.madhusudhan@in-tech.com>
Date: Wed, 26 Mar 2025 15:52:35 +0100
Subject: [PATCH] temporarily reference mr of a optestrunner

---
 utils/ci/scripts/pull_optestrunner.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/ci/scripts/pull_optestrunner.sh b/utils/ci/scripts/pull_optestrunner.sh
index 3e83d700f..709f8909c 100755
--- a/utils/ci/scripts/pull_optestrunner.sh
+++ b/utils/ci/scripts/pull_optestrunner.sh
@@ -28,8 +28,8 @@ mkdir -p "$OP_TESTRUNNER_DIR" && cd "$OP_TESTRUNNER_DIR" || exit 1
 rm -rf -- * || { echo "Failed to clean $OP_TESTRUNNER_DIR directory"; exit 1; }
 
 # ToDo: Make it generic
-OP_TESTRUNNER_URL="https://download.eclipse.org/openpass/snapshots/opTestrunner/pytest_optestrunner-1.1-py3-none-any.whl"
-
+# OP_TESTRUNNER_URL="https://download.eclipse.org/openpass/snapshots/opTestrunner/pytest_optestrunner-1.1-py3-none-any.whl"
+OP_TESTRUNNER_URL="https://ci.eclipse.org/openpass/job/opTestrunner/view/change-requests/job/MR-4/lastSuccessfulBuild/artifact/repo/plugin/optestrunner/dist/pytest_optestrunner-1.1-py3-none-any.whl"
 echo "Python virtual environment (.env) is being created at ${OP_REPO_DIR}"
 
 "${PYTHON_EXECUTABLE}" -m venv "${OP_REPO_DIR}/.env"
-- 
GitLab