-
-
Notifications
You must be signed in to change notification settings - Fork 62
fix(gocd): deploy rust consumers and api on snuba ST #8425
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
Changes from all commits
b866968
15a7c07
a81014f
333be2d
097d3b8
30f8033
233e225
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| local getsentry = import 'github.com/getsentry/gocd-jsonnet/libs/getsentry.libsonnet'; | ||
| local gocdtasks = import 'github.com/getsentry/gocd-jsonnet/libs/gocd-tasks.libsonnet'; | ||
|
|
||
| // The return value of this function is the body of a GoCD pipeline. | ||
|
|
@@ -202,10 +201,7 @@ function(region) { | |
| LABEL_SELECTOR: 'service=snuba', | ||
| }, | ||
| tasks: [ | ||
| if getsentry.is_st(region) then | ||
| gocdtasks.script(importstr '../bash/deploy-st-rs.sh') | ||
| else | ||
| gocdtasks.script(importstr '../bash/deploy-rs.sh'), | ||
| gocdtasks.script(importstr '../bash/deploy-rs.sh'), | ||
| ], | ||
| }, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixModify the Prompt for AI AgentAlso affects:
|
||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.