Skip to content

Commit

Permalink
chore(devservices): Stop running snuba workers in CI (#83278)
Browse files Browse the repository at this point in the history
The snuba devserver does not need to run with workers for CI purposes,
and consumes some additional CPU which may result in a small time
speedup for CI
  • Loading branch information
hubertdeng123 authored Jan 10, 2025
1 parent d112246 commit 304e175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_devservices_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
USE_NEW_DEVSERVICES: 1
IS_DEV: 1
CHARTCUTERIE_CONFIG_PATH: ${{ github.workspace }}/config/chartcuterie
SNUBA_NO_WORKERS: 1

jobs:
devservices-acceptance:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_devservices_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
USE_NEW_DEVSERVICES: 1
IS_DEV: 1
SNUBA_NO_WORKERS: 1

jobs:
devservices-api-docs:
Expand Down

0 comments on commit 304e175

Please sign in to comment.