getsentry/Sentry self-hosted end-to-end tests
Runs end-to-end tests against a self-hosted instance built from the current branch. You can optionally specify a custom image to test against as well.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 11, 2026
- License
- None
Pinned Snippet
uses: getsentry/self-hosted@4c9ceba8d80dbb5d20f2fee72c49f0d93508edfe # 26.6.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_name | e.g. snuba, sentry, relay, self-hosted | no | — |
| image_url | The URL to the built relay, snuba, sentry image to test against. | no | — |
| compose_profiles | Docker Compose profile to use. Defaults to feature-complete. | no | — |
| no_restore_volume_cache | Whether to restore Docker volumes cache after the test run. Defaults to false. | no | — |
| skip_backup_restore_test | Whether to skip backup and restore test. Defaults to false. | no | — |
| CODECOV_TOKEN | The Codecov token to upload coverage. | no | — |
Outputs
no outputs