Skip to content
Merged
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: postgres
image: ghcr.io/getsentry/image-mirror-library-postgres:17-alpine
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-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-22.04]
services:
redis:
image: redis
image: ghcr.io/getsentry/image-mirror-library-redis:7.0.8-bullseye
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
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: postgres
image: ghcr.io/getsentry/image-mirror-library-postgres:17-alpine
env:
POSTGRES_PASSWORD: sentry
# Set health checks to wait until postgres has started
Expand Down
4 changes: 2 additions & 2 deletions scripts/split_tox_gh_actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% endif %}
{% if needs_postgres %}
postgres:
image: postgres
image: ghcr.io/getsentry/image-mirror-library-postgres:17-alpine
Comment thread
sl0thentr0py marked this conversation as resolved.
env:
POSTGRES_PASSWORD: sentry
# Set health checks to wait until postgres has started
Expand All @@ -32,7 +32,7 @@
{% endif %}
{% if needs_redis %}
redis:
image: redis
image: ghcr.io/getsentry/image-mirror-library-redis:7.0.8-bullseye
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down
Loading