Skip to content

Commit

Permalink
chore: bump sentry-kafka-schemas (#6857)
Browse files Browse the repository at this point in the history
primarily for new uptime failure types added in
getsentry/sentry-kafka-schemas#377

- [ ] some small tweaks to our dockerfile and rust dependencies 
- [ ] some snapshot diffs changed

---------

Co-authored-by: volokluev <3169433+volokluev@users.noreply.github.com>
Co-authored-by: Oliver Newland <oliver.newland@sentry.io>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent 5eaf4e9 commit 45b003f
Show file tree
Hide file tree
Showing 9 changed files with 353 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Install protoc
uses: arduino/setup-protoc@v3
- name: Run linter
run: |
make lint-rust format-rust-ci
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN set -ex; \
make \
g++ \
gnupg \
protobuf-compiler \
'; \
runtimeDeps=' \
curl \
Expand Down
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
"-f",
"./Dockerfile",
]
timeout: 1200s
timeout: 2400s

# Pull docker image again, so we can get build info.
# https://github.com/GoogleCloudPlatform/cloud-builders-community/issues/212#issuecomment-1478828752
Expand All @@ -27,4 +27,4 @@ images: [
timeout: 2640s
options:
# We need more memory for Webpack builds & e2e self-hosted tests
machineType: "E2_HIGHCPU_8"
machineType: "E2_HIGHCPU_32"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python-dateutil==2.8.2
python-rapidjson==1.8
redis==4.5.4
sentry-arroyo==2.19.12
sentry-kafka-schemas==0.1.129
sentry-kafka-schemas==1.0.3
sentry-protos==0.1.58
sentry-redis-tools==0.3.0
sentry-relay==0.9.5
Expand Down
Loading

0 comments on commit 45b003f

Please sign in to comment.