Skip to content

Commit

Permalink
pants ci: fix rabbitmq disk space alert
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 12, 2024
1 parent 40825ca commit ca2d42f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ jobs:
RABBITMQ_USERNAME: guest
RABBITMQ_PASSWORD: guest
RABBITMQ_LOGS: '-'
# bitnami's default relative limit was too high
RABBITMQ_DISK_FREE_ABSOLUTE_LIMIT: 50MB

# These are strictly docker options, not entrypoint args (GHA restriction)
options: >-
Expand Down

0 comments on commit ca2d42f

Please sign in to comment.