mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
sg: add run-set for core app (#23156)
This commit is contained in:
parent
3ba0b6c570
commit
5b758c1b9a
@ -11,7 +11,7 @@ indent_size = 4
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
|
||||
[{*.js,*.jsx,*.json,*.yml,*.md,.babelrc,.stylelintrc}]
|
||||
[{*.js,*.jsx,*.json,*.yml,*.yaml,*.md,.babelrc,.stylelintrc}]
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
|
||||
@ -444,7 +444,7 @@ commands:
|
||||
EXECUTOR_HEALTH_SERVER_PORT: "3193"
|
||||
SRC_PROF_HTTP: ":6093"
|
||||
|
||||
# If you want to use this, either start it with `sg run batches-executor-firecracker` or
|
||||
# If you want to use this, either start it with `sg run batches-executor-firecracker` or
|
||||
# modify the `commandsets.batches` in your local `sg.config.overwrite.yaml`
|
||||
batches-executor-firecracker:
|
||||
<<: *executor_template
|
||||
@ -682,6 +682,19 @@ commandsets:
|
||||
- executor-queue
|
||||
- batches-executor
|
||||
|
||||
core-app:
|
||||
checks:
|
||||
- docker
|
||||
- redis
|
||||
- postgres
|
||||
commands:
|
||||
- enterprise-frontend
|
||||
- enterprise-repo-updater
|
||||
- enterprise-web
|
||||
- gitserver
|
||||
- caddy
|
||||
- github-proxy
|
||||
|
||||
tests:
|
||||
# These can be run with `sg test [name]`
|
||||
backend:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user