Skip to content

Commit

Permalink
ci(deployment): limit loadgen task in integration CI job
Browse files Browse the repository at this point in the history
Avoid overloading the CI env so it can actually complete some tasks
  • Loading branch information
mhofman committed Feb 9, 2022
1 parent bae4ce8 commit c1f3c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/deployment/scripts/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ then
loadgen $(cat _agstate/agoric-servers/testnet-8000/ag-cosmos-helper-address)
SDK_BUILD=0 SDK_SRC=/usr/src/agoric-sdk OUTPUT_DIR="$RESULTSDIR" ./start.sh \
--no-stage.save-storage --stages=3 --stage.duration=4 \
--stage.loadgen.vault.interval=12 --stage.loadgen.vault.limit=2 \
--stage.loadgen.amm.interval=12 --stage.loadgen.amm.wait=6 --stage.loadgen.amm.limit=2 \
--profile=testnet "--testnet-origin=file://$RESULTSDIR" \
--no-reset
fi

0 comments on commit c1f3c19

Please sign in to comment.