sg: make embeddings part of default runset (#53127)

Now that embeddings is going to be part of the standard installation, we
should be running it by default in the dev environment. Running the
service is quite cheap if it's not being used, so it should not cause a
noticeable increase in resource usage.
This commit is contained in:
Camden Cheek 2023-06-07 17:33:03 -06:00 committed by GitHub
parent 34a82b972c
commit ae7b518500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 28 deletions

View File

@ -38,7 +38,6 @@ Available comamndsets in `sg.config.yaml`:
* codeintel-kubernetes
* cody-gateway
* dotcom
* embeddings
* enterprise
* enterprise-bazel
* enterprise-codeinsights

View File

@ -1229,6 +1229,7 @@ commandsets:
- zoekt-web-0
- zoekt-web-1
- blobstore
- embeddings
enterprise-e2e:
<<: *enterprise_set
@ -1264,6 +1265,7 @@ commandsets:
- zoekt-web-1
- blobstore
- cody-gateway
- embeddings
env:
SOURCEGRAPHDOTCOM_MODE: true
@ -1538,33 +1540,6 @@ commandsets:
- batches-executor-kubernetes
- batcheshelper-builder
embeddings:
requiresDevPrivate: true
checks:
- docker
- redis
- postgres
- git
commands:
- embeddings
- frontend
- worker
- repo-updater
- web
- gitserver-0
- gitserver-1
- searcher
- symbols
- caddy
- docsite
- syntax-highlighter
- github-proxy
- zoekt-index-0
- zoekt-index-1
- zoekt-web-0
- zoekt-web-1
- blobstore
iam:
requiresDevPrivate: true
checks: