SSBC-EM1.2: Better debuggable (for team members) execution of batch specs on k8s.sgdev.org
View options
- Truncate descriptions
Created by: eseliger
- https://github.com/sourcegraph/sourcegraph/pull/20936 @eseliger @mrnugget
- Allow executing on dev machines: https://github.com/sourcegraph/sourcegraph/pull/22911 @mrnugget
-
Implement cancel in executor-queue
- Executor queue should not own updating the heartbeat. Move that to the executor. https://github.com/sourcegraph/sourcegraph/pull/22972 @eseliger
- https://github.com/sourcegraph/sourcegraph/pull/23165 @eseliger
- https://github.com/sourcegraph/sourcegraph/pull/23077 @eseliger
- https://github.com/sourcegraph/sourcegraph/pull/23122 @eseliger
- https://github.com/sourcegraph/sourcegraph/pull/23451 @eseliger
-
Add a namespace param to
createBatchSpecExecution
@eseliger @courier-new https://github.com/sourcegraph/sourcegraph/pull/22934 -
Streaming of logs & task based status logs
- Report back logs as soon as they're logged https://github.com/sourcegraph/sourcegraph/pull/22884 @eseliger
- Actual log streaming, append to existing log entry https://github.com/sourcegraph/sourcegraph/pull/23126 @mrnugget
- https://github.com/sourcegraph/sourcegraph/issues/23129 @eseliger https://github.com/sourcegraph/sourcegraph/pull/23450
- Allow showing status per task in UI (repository, workspace, current command, stdout, etc.) https://github.com/sourcegraph/src-cli/pull/571 @mrnugget
- Including UI that updates and possibly formats log output https://github.com/sourcegraph/sourcegraph/pull/23411
- src-cli logging: Improved text-only mode https://github.com/sourcegraph/src-cli/pull/565
- Improve deployment of executor in k8s
- discuss with security / distribution https://docs.google.com/document/d/1BnGF6wQetGZlOb3elvJYRIg44EjmtRQiUu5dRG9q-Nk/edit
-
executor-queue
either needs to be (a) merged intofrontend
or (b) part of our standard deployments so its available for customers

