From 57fc70dad93dba588ecd5f3c717ef4d95d345604 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:50:25 +0000 Subject: [PATCH] fix(gocd): trigger snuba-rs deploys on sentry-options changes schema.json and other sentry-options updates ship with rust consumers but were outside the material allowlist, so snuba-rs skipped deploys. Co-Authored-By: Prajjwal Bhandari --- gocd/templates/pipelines/snuba-rs.libsonnet | 1 + gocd/templates/snuba-rs.jsonnet | 1 + 2 files changed, 2 insertions(+) diff --git a/gocd/templates/pipelines/snuba-rs.libsonnet b/gocd/templates/pipelines/snuba-rs.libsonnet index 61d7fcd3d7f..5b598761256 100644 --- a/gocd/templates/pipelines/snuba-rs.libsonnet +++ b/gocd/templates/pipelines/snuba-rs.libsonnet @@ -153,6 +153,7 @@ function(region) { 'snuba/settings/**/*', 'Dockerfile', 'snuba/cli/**/*', + 'sentry-options/**/*', ], }, }, diff --git a/gocd/templates/snuba-rs.jsonnet b/gocd/templates/snuba-rs.jsonnet index 1d6dc1fccf9..f1051964e28 100644 --- a/gocd/templates/snuba-rs.jsonnet +++ b/gocd/templates/snuba-rs.jsonnet @@ -15,6 +15,7 @@ local rs_pipedream_config = { 'snuba/settings/**/*', 'Dockerfile', 'snuba/cli/**/*', + 'sentry-options/**/*', ], }, },