Skip to content

Commit

Permalink
ci: use polkadot node managed by argo-cd (#1051)
Browse files Browse the repository at this point in the history
* test commit

* work on pr

* add the rest of the variables

* trigger new job 1

* use the argo-cd managed polkaot node

* chore: rm empty line
  • Loading branch information
radupopa2010 committed Sep 8, 2022
1 parent 1719d8b commit d67d3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ deploy-production:
<<: *kubernetes-env
before_script: []
variables:
POLKADOT_ADDRESS: "ws://polkadot-node.nodes:9944"
POLKADOT_ADDRESS: "ws://substrate-api-sidecar-benchmark-node.nodes:9944"
BENCHMARK_DURATION: "15m" # Tests duration
BENCHMARK_THREADS: 4 # Total number of threads to use
BENCHMARK_CONNECTIONS: 12 # Total number of HTTP connections to keep open with each thread handling N = connections/threads
Expand Down

0 comments on commit d67d3a5

Please sign in to comment.