Skip to content

Commit

Permalink
ci(monitors): Remove deleted monitor from checklist (#3870)
Browse files Browse the repository at this point in the history
Monitor 404's, not sure why or who deleted it, but it's blocking
deployments.
  • Loading branch information
Dav1dde authored Jul 26, 2024
1 parent e56c664 commit 1589ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gocd/templates/pipelines/pops.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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: '27804625 22634395 22635255',
DATADOG_MONITOR_IDS: '27804625 22634395',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: if region == 's4s' then '1513938:sentry-for-sentry:relay' else '9:pop-relay:relay-pop 4:relay:relay',
SENTRY_SINGLE_TENANT: if region == 's4s' then 'true' else 'false',
Expand Down Expand Up @@ -83,7 +83,7 @@ local deploy_pop_canary_job(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: '27804625 22634395 22635255',
DATADOG_MONITOR_IDS: '27804625 22634395',
// Sentry projects to check for errors <project_id>:<project_slug>:<service>
SENTRY_PROJECTS: '9:pop-relay:relay-pop 4:relay:relay',
SENTRY_SINGLE_TENANT: 'false',
Expand Down

0 comments on commit 1589ad2

Please sign in to comment.