remove a few dangling references to query-runner (#28356)

This commit is contained in:
Camden Cheek 2021-11-30 10:48:14 -07:00 committed by GitHub
parent de8ae5ee28
commit ca78d2a7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 5 deletions

View File

@ -60,7 +60,6 @@ echo "--- go build"
PACKAGES=(
github.com/sourcegraph/sourcegraph/cmd/github-proxy
github.com/sourcegraph/sourcegraph/cmd/gitserver
github.com/sourcegraph/sourcegraph/cmd/query-runner
github.com/sourcegraph/sourcegraph/cmd/searcher
github.com/sourcegraph/sourcegraph/cmd/symbols
github.com/google/zoekt/cmd/zoekt-archive-index

View File

@ -17,7 +17,6 @@ var SrcProfServices = []map[string]string{
{"Name": "searcher", "Host": "127.0.0.1:6069"},
{"Name": "symbols", "Host": "127.0.0.1:6071"},
{"Name": "repo-updater", "Host": "127.0.0.1:6074"},
{"Name": "query-runner", "Host": "127.0.0.1:6067"},
{"Name": "worker", "Host": "127.0.0.1:6089"},
{"Name": "precise-code-intel-worker", "Host": "127.0.0.1:6088"},
// no executors in server image

View File

@ -137,7 +137,6 @@ func Main() {
nginx,
`frontend: env CONFIGURATION_MODE=server frontend`,
gitserverLine,
`query-runner: query-runner`,
`symbols: symbols`,
`searcher: searcher`,
`github-proxy: github-proxy`,

View File

@ -72,7 +72,6 @@ var DeploySourcegraphDockerImages = []string{
"postgres_exporter",
"precise-code-intel-worker",
"prometheus",
"query-runner",
"redis-cache",
"redis-store",
"redis_exporter",

View File

@ -4,7 +4,6 @@
{ "Name": "searcher", "Host": "127.0.0.1:6069" },
{ "Name": "symbols", "Host": "127.0.0.1:6071" },
{ "Name": "repo-updater", "Host": "127.0.0.1:6074" },
{ "Name": "query-runner", "Host": "127.0.0.1:6067" },
{ "Name": "precise-code-intel-worker", "Host": "127.0.0.1:6088" },
{ "Name": "worker", "Host": "127.0.0.1:6089" }
]