diff --git a/tests/load-tests/run-stage.sh b/tests/load-tests/run-stage.sh index 04775de59b..f2575fad80 100755 --- a/tests/load-tests/run-stage.sh +++ b/tests/load-tests/run-stage.sh @@ -1,5 +1,6 @@ go run loadtest.go \ --component-repo "${COMPONENT_REPO:-https://github.com/devfile-samples/devfile-sample-code-with-quarkus}" \ + --build-pipeline-selector-bundle "${BUILD_PIPELINE_SELECTOR_BUNDLE:-}" \ --username "$USER_PREFIX" \ --users "${USERS_PER_THREAD:-2}" \ --test-scenario-git-url "${TEST_SCENARIO_GIT_URL:-https://github.com/redhat-appstudio/integration-examples.git}" \ diff --git a/tests/load-tests/run.sh b/tests/load-tests/run.sh index e52217df88..c6e074242e 100755 --- a/tests/load-tests/run.sh +++ b/tests/load-tests/run.sh @@ -82,6 +82,7 @@ else ## To enable progress bar , add `--enable-progress-bars` in [OPTIONS] go run loadtest.go \ --component-repo "${COMPONENT_REPO:-https://github.com/devfile-samples/devfile-sample-code-with-quarkus}" \ + --build-pipeline-selector-bundle "${BUILD_PIPELINE_SELECTOR_BUNDLE:-}" \ --username "$USER_PREFIX" \ --users "${USERS_PER_THREAD:-50}" \ --test-scenario-git-url "${TEST_SCENARIO_GIT_URL:-https://github.com/redhat-appstudio/integration-examples.git}" \