From 2cb507057d0093ddba35226c1f1e14d158891f21 Mon Sep 17 00:00:00 2001 From: Jan Hutar Date: Mon, 8 Apr 2024 12:34:34 +0200 Subject: [PATCH] feat(KONFLUX-2547): Make it possible to use it in CI --- tests/load-tests/run-stage.sh | 1 + tests/load-tests/run.sh | 1 + 2 files changed, 2 insertions(+) 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}" \