sg: add run-set for core app (#23156)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ 2021-07-23 15:59:43 +08:00 committed by GitHub
parent 3ba0b6c570
commit 5b758c1b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View File

@ -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]

View File

@ -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: