github.com/redhat-appstudio/e2e-tests@v0.0.0-20240520140907-9709f6f59323/tests/load-tests/run-stage.sh (about) 1 go run loadtest.go \ 2 --component-repo "${COMPONENT_REPO:-https://github.com/devfile-samples/devfile-sample-code-with-quarkus}" \ 3 --username "$USER_PREFIX" \ 4 --users "${USERS_PER_THREAD:-2}" \ 5 --test-scenario-git-url "${TEST_SCENARIO_GIT_URL:-https://github.com/konflux-ci/integration-examples.git}" \ 6 --test-scenario-revision "${TEST_SCENARIO_REVISION:-main}" \ 7 --test-scenario-path-in-repo "${TEST_SCENARIO_PATH_IN_REPO:-pipelines/integration_resolver_pipeline_pass.yaml}" \ 8 -s \ 9 -w="${WAIT_PIPELINES:-true}" \ 10 -i="${WAIT_INTEGRATION_TESTS:-true}" \ 11 -d="${WAIT_DEPLOYMENTS:-true}" \ 12 -l \ 13 -o "${OUTPUT_DIR:-.}" \ 14 -t "${THREADS:-2}" \ 15 --disable-metrics="${DISABLE_METRICS:-false}" \ 16 --pushgateway-url "${PUSHGATEWAY_URL:-rhtapqe.com}" \ 17 --enable-progress-bars="${ENABLE_PROGRESS_BARS:-false}" \ 18 --pipeline-skip-initial-checks="${PIPELINE_SKIP_INITIAL_CHECKS:-true}"