Skip to content

Commit 0eb779b

Browse files
committed
ASC-978 Update "rpc-zigzag" Version
Update the script to pin to the 1.0 series for "rpc-zigzag". Also, add a variable for the "rpc-zigzag" PyPI package at the top so it can be easily updated in the future without hunting around in the script.
1 parent 6cd89ce commit 0eb779b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gating/check/post_send_junit_to_qtest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set -x
99
export QTEST_API_TOKEN=${RPC_ASC_QTEST_API_TOKEN}
1010
VENV_NAME="venv-qtest"
1111
VENV_PATH="${WORKSPACE}/${VENV_NAME}"
12+
ZIGZAG_PYPI_PACKAGE="rpc-zigzag~=1.0"
1213

1314
if [[ ${RE_JOB_ACTION} == "system_staging" ]]; then
1415
PROJECT_ID="84820"
@@ -31,7 +32,7 @@ source "${VENV_PATH}/bin/activate"
3132
VENV_PIP="${VENV_PATH}/bin/pip"
3233

3334
# Install zigzag from PyPI
34-
${VENV_PIP} install rpc-zigzag
35+
${VENV_PIP} install "${ZIGZAG_PYPI_PACKAGE}"
3536

3637
# Search for xml files in RE_HOOK_RESULT_DIR
3738
xml_files=()

0 commit comments

Comments
 (0)