Skip to content

Commit

Permalink
fix(ci): Remove deleted monitors for processing pipeline (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops authored Jul 26, 2024
1 parent 1589ad2 commit 0fbe17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gocd/templates/pipelines/processing.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local soak_time(region) =
DATADOG_API_KEY: '{{SECRET:[devinfra][sentry_datadog_api_key]}}',
DATADOG_APP_KEY: '{{SECRET:[devinfra][sentry_datadog_app_key]}}',
// Datadog monitor IDs for the soak time
DATADOG_MONITOR_IDS: '14146876 137619914',
DATADOG_MONITOR_IDS: '14146876',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: if region == 's4s' then '1513938:sentry-for-sentry:relay' else '4:relay:relay 9:pop-relay:relay-pop',
SENTRY_SINGLE_TENANT: if region == 's4s' then 'true' else 'false',
Expand Down Expand Up @@ -79,7 +79,7 @@ local deploy_canary(region) =
DATADOG_API_KEY: '{{SECRET:[devinfra][sentry_datadog_api_key]}}',
DATADOG_APP_KEY: '{{SECRET:[devinfra][sentry_datadog_app_key]}}',
// Datadog monitor IDs for the canary deployment
DATADOG_MONITOR_IDS: '14146876 137619914',
DATADOG_MONITOR_IDS: '14146876',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: '4:relay:relay 9:pop-relay:relay-pop',
SENTRY_SINGLE_TENANT: 'false',
Expand Down

0 comments on commit 0fbe17c

Please sign in to comment.