submitqueue/

directory
v0.1.0-dev7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2026 License: Apache-2.0

README

SubmitQueue

SubmitQueue service layout:

  • gateway/ — Gateway service: entry point for land requests (Ping, Land, Cancel RPCs).
  • orchestrator/ — Orchestrator service: coordinates the land pipeline (batch, score, build, merge, conclude, ...).
  • extension/ — SubmitQueue-specific extension implementations (storage, counter, changestore, mergechecker, pusher, scorer, conflict, queueconfig, buildrunner, ...).
  • entity/ — SubmitQueue-specific domain entities.
  • core/ — Infrastructure shared across SubmitQueue's own services (gateway and orchestrator): the queue consumer framework and the request lifecycle. The SubmitQueue-scoped analogue of the repo-level core/.

Cross-domain building blocks live outside this directory: shared entities in entity/, shared extensions in extension/, and cross-domain infrastructure in the top-level core/.

Directories

Path Synopsis
Package core groups infrastructure shared across SubmitQueue's own services (gateway and orchestrator) — the SubmitQueue-scoped analogue of the repo-level core/.
Package core groups infrastructure shared across SubmitQueue's own services (gateway and orchestrator) — the SubmitQueue-scoped analogue of the repo-level core/.
consumer/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
extension
buildrunner/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
buildrunner/noop
Package noop provides a buildrunner.BuildRunner that performs no real work: every triggered build immediately succeeds.
Package noop provides a buildrunner.BuildRunner that performs no real work: every triggered build immediately succeeds.
changestore/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
conflict/all
Package all provides a conflict.Analyzer that pessimistically reports a conflict against every in-flight batch.
Package all provides a conflict.Analyzer that pessimistically reports a conflict against every in-flight batch.
conflict/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
conflict/none
Package none provides a conflict.Analyzer that never reports a conflict.
Package none provides a conflict.Analyzer that never reports a conflict.
counter/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
mergechecker/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
pusher/git
Package git is a simple Pusher implementation backed by a local git checkout.
Package git is a simple Pusher implementation backed by a local git checkout.
pusher/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
queueconfig/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
queueconfig/yaml
Package yaml provides a YAML-file-backed implementation of queueconfig.Store.
Package yaml provides a YAML-file-backed implementation of queueconfig.Store.
scorer/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
storage/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
gateway
orchestrator
controller/buildsignal
Package buildsignal implements the build poll loop.
Package buildsignal implements the build poll loop.
controller/cancel
Package cancel implements the orchestrator-side cancel controller.
Package cancel implements the orchestrator-side cancel controller.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL