Skip to content

Commit

Permalink
Use add function in CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Mar 26, 2021
1 parent 31b4d23 commit 0dc008e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export QPS=5
export BURST=10
export TERM=screen-256color
export JOB_ITERATIONS=4

bold=$(tput bold)
normal=$(tput sgr0)
Expand Down
2 changes: 1 addition & 1 deletion test/kube-burner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ global:
jobs:
- name: namespaced
jobType: create
jobIterations: 5
jobIterations: {{ add .JOB_ITERATIONS 1 }}
qps: {{ .QPS }}
burst: {{ .BURST }}
namespacedIterations: true
Expand Down

0 comments on commit 0dc008e

Please sign in to comment.