Skip to content

Commit

Permalink
Switch integration test from Loki 2.4.2 to Loki 2.5.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaev committed Jul 1, 2022
1 parent f33e206 commit 7cb59d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
loki: [1.6.1, 2.4.2]
loki: [1.6.1, 2.5.0]
include:
- loki: 1.6.1
limits: -distributor.ingestion-rate-limit-mb=160 -distributor.ingestion-burst-size-mb=240
- loki: 2.4.2
- loki: 2.5.0
limits: |
-distributor.ingestion-rate-limit-mb=160 -distributor.ingestion-burst-size-mb=240 \
-ingester.per-stream-rate-limit="80MB" -ingester.per-stream-rate-limit-burst="160MB" \
Expand Down

0 comments on commit 7cb59d3

Please sign in to comment.