We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df35bf commit 9059b8bCopy full SHA for 9059b8b
.github/workflows/image.yml
@@ -120,6 +120,19 @@ jobs:
120
# finally, nightly
121
docker buildx imagetools create --tag getsentry/taskbroker:nightly ghcr.io/getsentry/taskbroker:${{ github.sha }}
122
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
136
build-taskworker:
137
runs-on: ubuntu-latest
138
steps:
0 commit comments