Skip to content

Commit

Permalink
feat: Adding back parallel worker option (#509)
Browse files Browse the repository at this point in the history
* feat: Adding back parallel worker option
  • Loading branch information
TomMcL authored Sep 14, 2023
1 parent b597bed commit a7ff235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pipeline {
vegacapsuleVersion: params.VEGACAPSULE_VERSION,
jenkinsSharedLib: params.JENKINS_SHARED_LIB_BRANCH,
nodeLabel: params.NODE_LABEL,
branchRun: commitHash != "develop"
)
}
}
Expand Down
1 change: 1 addition & 0 deletions scripts/run-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ set -x
pytest -s -v -m integration \
--junitxml ${RESULT_DIR}/integration-test-results.xml \
--log-cli-level "${LOG_LEVEL}" \
-n "${PARALLEL_WORKERS}" \
-k "${TEST_FUNCTION}"

0 comments on commit a7ff235

Please sign in to comment.