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

ci: use consistent wait times across test scenarios #1545

Merged
merged 1 commit into from
Aug 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
- "**.md"
env:
KUBECONFIG: ".kube/config"
CI_WAIT_FOR_OK_SECONDS: 60
CI_WAIT_FOR_OK_SECONDS: 90
CI_MAX_ITERATIONS_THRESHOLD: 90
CI_CLIENT_CONCURRENT_CONNECTIONS: 1
CI_MAX_WAIT_FOR_POD_TIME_SECONDS: 60
CI_MAX_WAIT_FOR_POD_TIME_SECONDS: 90
CI_MIN_SUCCESS_THRESHOLD: 1
OSM_HUMAN_DEBUG_LOG: true

Expand Down Expand Up @@ -172,7 +172,6 @@ jobs:
BOOKTHIEF_EXPECTED_RESPONSE_CODE: "404"
ENABLE_EGRESS: "false"
EGRESS_EXPECTED_RESPONSE_CODE: "404" # egress is disabled
CI_WAIT_FOR_OK_SECONDS: 75
DEPLOY_TRAFFIC_SPLIT: "true"
run: |
touch .env
Expand Down Expand Up @@ -262,7 +261,6 @@ jobs:
BOOKTHIEF_EXPECTED_RESPONSE_CODE: "404"
ENABLE_EGRESS: "false"
EGRESS_EXPECTED_RESPONSE_CODE: "404" # egress is disabled
CI_WAIT_FOR_OK_SECONDS: 75
DEPLOY_TRAFFIC_SPLIT: "false"
run: |
touch .env
Expand Down