Skip to content

Commit

Permalink
ci: Switch e2e test to self-hosted repo (#4442)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Jan 11, 2025
1 parent a5c8c2d commit fc25ba9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,16 +636,12 @@ jobs:
if: "!startsWith(github.ref, 'refs/heads/release-library/') && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]'"

steps:
- name: Checkout repo
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: relay
image_url: ghcr.io/getsentry/relay:${{ github.event.pull_request.head.sha || github.sha }}
docker_repo: getsentry/relay
docker_password: ${{ secrets.DOCKER_HUB_RW_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

validate-devservices-config:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit fc25ba9

Please sign in to comment.