chore: fix ci postgres env

pull/24376/head
Paul Dix 2022-01-13 14:38:38 -05:00
parent c373e7a397
commit 5877374d0d
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ jobs:
- image: vectorized/redpanda:v21.9.2
command: redpanda start --overprovisioned --smp 1 --memory 1G --reserve-memory 0M
- image: postgres
environment:
POSTGRES_HOST_AUTH_METHOD: trust
resource_class: xlarge # use of a smaller executor tends crashes on link
environment:
# Disable incremental compilation to avoid overhead. We are not preserving these files anyway.