Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-22.04]
services:
postgres:
image: ghcr.io/getsentry/image-mirror-library-postgres:17-alpine
image: ghcr.io/getsentry/image-mirror-library-postgres:18-alpine

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generated workflows out of sync

Low Severity

The Postgres image was bumped to 18-alpine only in generated integration workflow YAML, while test_group.jinja still pins 17-alpine. Those files are regenerated from the template, so the next run of split_tox_gh_actions.py can silently restore Postgres 17 in CI and undo this upgrade.

Fix in CursorΒ Fix in Web

Reviewed by Cursor Bugbot for commit d0158e6. Configure here.

env:
POSTGRES_PASSWORD: sentry
# Set health checks to wait until postgres has started
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-web-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-22.04]
services:
postgres:
image: ghcr.io/getsentry/image-mirror-library-postgres:17-alpine
image: ghcr.io/getsentry/image-mirror-library-postgres:18-alpine
env:
POSTGRES_PASSWORD: sentry
# Set health checks to wait until postgres has started
Expand Down
Loading