Skip to content

Commit

Permalink
Fix typo in snuba pipelines (#4471)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgauntseo-sentry committed Jul 10, 2023
1 parent 938f177 commit 9836e1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gocd/generated-pipelines/snuba-next-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pipelines:
sentry-cli releases deploys "${GO_REVISION_SNUBA_REPO}" new -e production
sentry-cli releases finalize "${GO_REVISION_SNUBA_REPO}"
timeout: 300
deploy-canary:
deploy-primary:
elastic_profile_id: snuba
environment_variables:
LABEL_SELECTOR: service=snuba
Expand Down
2 changes: 1 addition & 1 deletion gocd/generated-pipelines/snuba-next-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pipelines:
sentry-cli releases deploys "${GO_REVISION_SNUBA_REPO}" new -e production
sentry-cli releases finalize "${GO_REVISION_SNUBA_REPO}"
timeout: 300
deploy-canary:
deploy-primary:
elastic_profile_id: snuba
environment_variables:
LABEL_SELECTOR: service=snuba
Expand Down
2 changes: 1 addition & 1 deletion gocd/templates/pipelines/snuba.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function(region) {
gocdtasks.script(importstr '../bash/sentry-release-primary.sh'),
],
},
'deploy-canary': {
'deploy-primary': {
timeout: 1200,
elastic_profile_id: 'snuba',
environment_variables: {
Expand Down

0 comments on commit 9836e1b

Please sign in to comment.