Skip to content

Commit 45b003f

Browse files
JoshFergevolokluevonewland
authored
chore: bump sentry-kafka-schemas (#6857)
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 <[email protected]> Co-authored-by: Oliver Newland <[email protected]>
1 parent 5eaf4e9 commit 45b003f

9 files changed

+353
-29
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v4
9090
name: Checkout code
91+
- name: Install protoc
92+
uses: arduino/setup-protoc@v3
9193
- name: Run linter
9294
run: |
9395
make lint-rust format-rust-ci

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN set -ex; \
2626
make \
2727
g++ \
2828
gnupg \
29+
protobuf-compiler \
2930
'; \
3031
runtimeDeps=' \
3132
curl \

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
"-f",
1414
"./Dockerfile",
1515
]
16-
timeout: 1200s
16+
timeout: 2400s
1717

1818
# Pull docker image again, so we can get build info.
1919
# https://github.com/GoogleCloudPlatform/cloud-builders-community/issues/212#issuecomment-1478828752
@@ -27,4 +27,4 @@ images: [
2727
timeout: 2640s
2828
options:
2929
# We need more memory for Webpack builds & e2e self-hosted tests
30-
machineType: "E2_HIGHCPU_8"
30+
machineType: "E2_HIGHCPU_32"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python-dateutil==2.8.2
2828
python-rapidjson==1.8
2929
redis==4.5.4
3030
sentry-arroyo==2.19.12
31-
sentry-kafka-schemas==0.1.129
31+
sentry-kafka-schemas==1.0.3
3232
sentry-protos==0.1.58
3333
sentry-redis-tools==0.3.0
3434
sentry-relay==0.9.5

0 commit comments

Comments
 (0)