sg: Make sg start boot up enterprise environment (#22795)

The people on Slack [have spoken](https://sourcegraph.slack.com/archives/C01N83PS4TU/p1626167506183100) and we all want the same thing:

`sg start` should boot up the enterprise environment.

`sg run-set oss` will boot up the open-source environment.
This commit is contained in:
Thorsten Ball 2021-07-13 18:13:18 +02:00 committed by GitHub
parent 40c2e8e3b6
commit 5e10397f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,7 +499,7 @@ checks:
commandsets:
# TODO: Should we be able to define "env" vars _per set_?
default:
oss:
- frontend
- worker
- repo-updater
@ -517,7 +517,7 @@ commandsets:
- zoekt-webserver-0
- zoekt-webserver-1
enterprise:
enterprise: &enterprise_set
- enterprise-frontend
- enterprise-worker
- enterprise-repo-updater
@ -536,6 +536,8 @@ commandsets:
- zoekt-webserver-1
- executor-queue
default: *enterprise_set
enterprise-codeintel:
- enterprise-frontend
- enterprise-worker