Skip to content

Commit

Permalink
We're consistently finishing in 2 steps, so let's test sooner and faster
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Oct 22, 2024
1 parent 56561bc commit 561d97f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/k8s-monitoring-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ In order to specify different destinations of the same type, you can use multipl
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| attempts | int | `10` | Number of times to retry the test on failure. |
| delay | int | `60` | Delay, in seconds, between test runs. |
| initialDelay | int | `10` | Initial delay, in seconds, before starting the first test run. |
| delay | int | `30` | Delay, in seconds, between test runs. |
| initialDelay | int | `0` | Initial delay, in seconds, before starting the first test run. |
| tests | list | `[]` | The tests to run. Each should contain an "env" object and a "queries" list. |

### General settings
Expand Down
4 changes: 2 additions & 2 deletions charts/k8s-monitoring-test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ tests: []

# -- Initial delay, in seconds, before starting the first test run.
# @section -- Test settings
initialDelay: 10
initialDelay: 0

# -- Number of times to retry the test on failure.
# @section -- Test settings
attempts: 10

# -- Delay, in seconds, between test runs.
# @section -- Test settings
delay: 60
delay: 30

pod:
# -- nodeSelector to apply to the test runner pods.
Expand Down

0 comments on commit 561d97f

Please sign in to comment.