Skip to content

Commit

Permalink
Relax mimir-continuous-test pressure when deployed with Jsonnet (#1853)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci authored May 16, 2022
1 parent 718b9d9 commit 93dbb1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@

### Jsonnet

* [FEATURE] Added support for `mimir-continuous-test`. To deploy `mimir-continuous-test` you can use the following configuration: #1675
* [FEATURE] Added support for `mimir-continuous-test`. To deploy `mimir-continuous-test` you can use the following configuration: #1675 #1850
```jsonnet
_config+: {
continuous_test_enabled: true,
Expand Down
2 changes: 2 additions & 0 deletions operations/mimir/continuous-test.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ local k = import 'ksonnet-util/kausal.libsonnet';
'tests.write-endpoint': $._config.continuous_test_write_endpoint,
'tests.read-endpoint': $._config.continuous_test_read_endpoint,
'tests.tenant-id': $._config.continuous_test_tenant_id,
'tests.write-read-series-test.num-series': 1000,
'tests.write-read-series-test.max-query-age': '48h',
},

continuous_test_container::
Expand Down

0 comments on commit 93dbb1f

Please sign in to comment.