Skip to content

Commit

Permalink
feat(KONFLUX-2547): Make it possible to use it in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutar committed Apr 8, 2024
1 parent 59c6850 commit 36f031e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/load-tests/run-stage.sh
Original file line number Diff line number Diff line change
@@ -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}" \
Expand Down
1 change: 1 addition & 0 deletions tests/load-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 36f031e

Please sign in to comment.