Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a single GoCD group and order pipelines #4434

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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