Skip to content

Commit

Permalink
Update gocd-jsonnet to 2.2.2
Browse files Browse the repository at this point in the history
Also rename deploy_* to deploy-* to match getsentry pipelines
  • Loading branch information
mattgauntseo-sentry committed Sep 18, 2023
1 parent 18a4555 commit 1dbce92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gocd/templates/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "libs"
}
},
"version": "v1.5.1"
"version": "v2.2.2"
}
],
"legacyImports": true
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/pipelines/symbolicator.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local deploy_canary_stage(region) =
else
[
{
deploy_canary: {
"deploy-canary": {
fetch_materials: true,
jobs: {
create_sentry_release: {
Expand Down Expand Up @@ -75,7 +75,7 @@ function(region) {
},
] + deploy_canary_stage(region) + [
{
deploy_primary: {
"deploy-primary": {
[if getsentry.is_st(region) then null else 'approval']: {
type: 'manual',
},
Expand Down
2 changes: 1 addition & 1 deletion gocd/templates/symbolicator.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local pipedream_config = {
// Add rollback
rollback: {
material_name: 'symbolicator_repo',
stage: 'deploy_primary',
stage: 'deploy-primary',
elastic_profile_id: 'symbolicator',
},

Expand Down

0 comments on commit 1dbce92

Please sign in to comment.