Skip to content

Commit

Permalink
ci: Switch e2e test to self-hosted repo (#6746)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Jan 10, 2025
1 parent 686bd4d commit acfbe9a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,19 +429,17 @@ jobs:
curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov -t ${CODECOV_TOKEN}
self-hosted-end-to-end:
needs: snuba-image
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- name: Checkout Snuba
uses: actions/checkout@v4
- name: Run Sentry self-hosted e2e CI
uses: getsentry/action-self-hosted-e2e-tests@main
uses: getsentry/self-hosted@master
with:
project_name: snuba
docker_repo: getsentry/snuba
image_url: us-central1-docker.pkg.dev/sentryio/snuba/image:${{ github.event.pull_request.head.sha || github.sha }}
docker_password: ${{ secrets.DOCKER_HUB_RW_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

publish-to-dockerhub:
name: Publish Snuba to DockerHub
Expand Down

0 comments on commit acfbe9a

Please sign in to comment.