Skip to content

Commit

Permalink
Use a single GoCD group and order pipelines (#4434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgauntseo-sentry authored Jun 27, 2023
1 parent 5bb019a commit 71ffe9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gocd/generated-pipelines/snuba-next-monitor.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
format_version: 10
pipelines:
deploy-snuba-next-monitor:
display_order: 2
environment_variables:
GITHUB_TOKEN: '{{SECRET:[devinfra-github][token]}}'
GOCD_ACCESS_TOKEN: '{{SECRET:[devinfra][gocd_access_token]}}'
SENTRY_REGION: monitor
group: snuba-next-regions
group: snuba-next
lock_behavior: unlockWhenFinished
materials:
deploy-snuba-next-us-pipeline-complete:
Expand Down
3 changes: 2 additions & 1 deletion gocd/generated-pipelines/snuba-next-us.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
format_version: 10
pipelines:
deploy-snuba-next-us:
display_order: 1
environment_variables:
GITHUB_TOKEN: '{{SECRET:[devinfra-github][token]}}'
GOCD_ACCESS_TOKEN: '{{SECRET:[devinfra][gocd_access_token]}}'
SENTRY_REGION: us
group: snuba-next-regions
group: snuba-next
lock_behavior: unlockWhenFinished
materials:
deploy-snuba-next-pipeline-complete:
Expand Down
1 change: 1 addition & 0 deletions gocd/generated-pipelines/snuba-next.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
format_version: 10
pipelines:
deploy-snuba-next:
display_order: 0
group: snuba-next
lock_behavior: unlockWhenFinished
materials:
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": "v1.0.0"
}
},
"version": "64a622b25deec33176e989230bc5f83fc0c77a84",
"sum": "KuyVvvF8E8xkLBz5LKh4YQgI9Sy2w10waj1MpQSiM6E="
"version": "7636a8579792e6e1e66b0b567583e5e05764c39f",
"sum": "eOpSoGZ9y3+6O3qllOXVBdiHfQ2xwcnAJWqlE4k3Rj8="
}
],
"legacyImports": false
Expand Down

0 comments on commit 71ffe9d

Please sign in to comment.