Skip to content
Snippets Groups Projects
Commit b14aa264 authored by Raghunandan Netrapalli Madhusudhan's avatar Raghunandan Netrapalli Madhusudhan
Browse files

temporarily reference mr of a optestrunner

parent 1f456241
No related branches found
No related tags found
1 merge request!277Draft: Integrate gecco optestrunner
Pipeline #68865 canceled
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment