From 5e10397f72f4797068c040ade82a719a0e6bc222 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Tue, 13 Jul 2021 18:13:18 +0200 Subject: [PATCH] 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. --- sg.config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sg.config.yaml b/sg.config.yaml index 8dc71d44507..16eda58a990 100644 --- a/sg.config.yaml +++ b/sg.config.yaml @@ -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