Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,6 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
/.agents/skills/lint-fix/ @getsentry/design-engineering
/.agents/skills/lint-new/ @getsentry/design-engineering
/.agents/skills/react-component-documentation/ @getsentry/design-engineering
# Orphaned files we had to touch to fix errors
/static/gsAdmin/views/sentryAppDetails.spec.tsx @getsentry/design-engineering
## End of Frontend Platform

# Coding Workflows
Expand Down
38 changes: 0 additions & 38 deletions .github/actions/setup-devservices/action.yml

This file was deleted.

250 changes: 0 additions & 250 deletions .github/actions/setup-devservices/bootstrap-snuba.py

This file was deleted.

26 changes: 0 additions & 26 deletions .github/actions/setup-devservices/wait.sh

This file was deleted.

1 change: 1 addition & 0 deletions .github/codeowners-coverage-baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ static/app/components/events/breadcrumbs/testUtils.tsx
static/app/components/events/breadcrumbs/utils.tsx
static/app/components/events/device.tsx
static/app/components/events/errorLevel.tsx
static/app/components/events/eventAnnotation.tsx
static/app/components/events/eventAttachmentActions.tsx
static/app/components/events/eventAttachments.spec.tsx
static/app/components/events/eventAttachments.tsx
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
name: Checkout sentry

- run: mkdir -p config/chartcuterie

- uses: ./.github/actions/setup-devservices
with:
mode: acceptance-ci

- name: Step configurations
id: config
run: |
Expand Down Expand Up @@ -104,24 +98,13 @@ jobs:
id: setup
with:
mode: acceptance-ci
skip-devservices: 'true'

- name: Wait for devservices
run: |
sentry init
./.github/actions/setup-devservices/wait.sh

- name: Run acceptance tests (#${{ steps.setup.outputs.matrix-instance-number }} of ${{ steps.setup.outputs.matrix-instance-total }})
run: make run-acceptance

- name: Inspect failure
if: failure()
run: |
if [ -f /tmp/ds.log ]; then
echo "--- devservices startup log ---"
cat /tmp/ds.log
fi

if command -v devservices; then
devservices logs
fi
Expand Down
Loading
Loading