diff --git a/gocd/templates/jsonnetfile.json b/gocd/templates/jsonnetfile.json index aac849aa0..736010c09 100644 --- a/gocd/templates/jsonnetfile.json +++ b/gocd/templates/jsonnetfile.json @@ -8,7 +8,7 @@ "subdir": "libs" } }, - "version": "v1.5.1" + "version": "v2.2.2" } ], "legacyImports": true diff --git a/gocd/templates/jsonnetfile.lock.json b/gocd/templates/jsonnetfile.lock.json index a0d938a01..b477e853e 100644 --- a/gocd/templates/jsonnetfile.lock.json +++ b/gocd/templates/jsonnetfile.lock.json @@ -8,8 +8,8 @@ "subdir": "libs" } }, - "version": "22b351221458e2d9add1014d6230e76f1bdd40c1", - "sum": "gF65Dh1Po+61V0CV5F05UFDEki0Z4ov4739GZXShqcM=" + "version": "54bb0adceffb690bf4aa744b23acdb7888c51fd5", + "sum": "stYmA7r5/MARC5qkFFR+94R1W5juwjmRNVQFOTxmwVA=" } ], "legacyImports": false diff --git a/gocd/templates/pipelines/symbolicator.libsonnet b/gocd/templates/pipelines/symbolicator.libsonnet index e69ffe1a2..f93d0aabd 100644 --- a/gocd/templates/pipelines/symbolicator.libsonnet +++ b/gocd/templates/pipelines/symbolicator.libsonnet @@ -8,7 +8,7 @@ local deploy_canary_stage(region) = else [ { - deploy_canary: { + 'deploy-canary': { fetch_materials: true, jobs: { create_sentry_release: { @@ -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', }, diff --git a/gocd/templates/symbolicator.jsonnet b/gocd/templates/symbolicator.jsonnet index 5c4d3b7e7..8aab5a310 100644 --- a/gocd/templates/symbolicator.jsonnet +++ b/gocd/templates/symbolicator.jsonnet @@ -18,7 +18,7 @@ local pipedream_config = { // Add rollback rollback: { material_name: 'symbolicator_repo', - stage: 'deploy_primary', + stage: 'deploy-primary', elastic_profile_id: 'symbolicator', },