Skip to content

Commit 9059b8b

Browse files
authored
ci: setup self-hosted e2e test (#426)
1 parent 7df35bf commit 9059b8b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/image.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,19 @@ jobs:
120120
# finally, nightly
121121
docker buildx imagetools create --tag getsentry/taskbroker:nightly ghcr.io/getsentry/taskbroker:${{ github.sha }}
122122
123+
self-hosted-end-to-end:
124+
needs: [assemble-taskbroker-image]
125+
runs-on: ubuntu-latest
126+
timeout-minutes: 30
127+
128+
steps:
129+
- name: Run Sentry self-hosted e2e CI
130+
uses: getsentry/self-hosted@master
131+
with:
132+
project_name: taskbroker
133+
image_url: ghcr.io/getsentry/taskbroker:${{ github.sha }}
134+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
135+
123136
build-taskworker:
124137
runs-on: ubuntu-latest
125138
steps:

0 commit comments

Comments
 (0)