Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add 'CI_CLIENT_CONCURRENT_CONNECTIONS' to main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Aug 3, 2020
1 parent ffc189a commit 26f8d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
CI_WAIT_FOR_OK_SECONDS: 60
CI_MAX_ITERATIONS_THRESHOLD: 90
CI_CLIENT_CONCURRENT_CONNECTIONS: 1
CI_MAX_WAIT_FOR_POD_TIME_SECONDS: 60
CI_MIN_SUCCESS_THRESHOLD: 1
ACR: ${{ secrets.ACR }}
Expand Down
1 change: 1 addition & 0 deletions demo/deploy-bookbuyer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -aueo pipefail
source .env
BOOKSTORE_SVC="${BOOKSTORE_SVC:-bookstore}"
CI_MAX_ITERATIONS_THRESHOLD="${CI_MAX_ITERATIONS_THRESHOLD:-0}"
CI_CLIENT_CONCURRENT_CONNECTIONS="${CI_MAX_ITERATIONS_THRESHOLD:-1}"
EGRESS_EXPECTED_RESPONSE_CODE="${EGRESS_EXPECTED_RESPONSE_CODE:-200}"

kubectl delete deployment bookbuyer -n "$BOOKBUYER_NAMESPACE" --ignore-not-found
Expand Down

0 comments on commit 26f8d64

Please sign in to comment.