sourcegraph/cmd/msp-example
Greg Magolan 20a3c0836e
bazel: don't build most oci_tarball targets with bazel build //... by tagging them all manual (#60529)
This change is to mitigate excessive remote cache network traffic in the event that oci_tarball targets are cache busted en masse.

Only //cmd/server:image_tarball and //docker-images/executor-vm:image_tarball and used as inputs to downstream targets so only
these two will be built and remote cached on CI.
2024-02-15 09:02:50 +00:00
..
internal/example pings, telemetry-gateway: stop pubsub client before stopping server (#60451) 2024-02-14 11:33:31 +04:00
BUILD.bazel bazel: don't build most oci_tarball targets with bazel build //... by tagging them all manual (#60529) 2024-02-15 09:02:50 +00:00
image_test.yaml
main.go msp/runtime: add OpenTelemetry, make submodule (#58518) 2023-11-24 21:26:17 +00:00
README.md

msp-example

This service is an example service testing and demonstrating how to build Managed Services Platform services: go/msp

Pushing a new version

bazel run //cmd/msp-example:candidate_push --config darwin-docker --stamp -- --tag insiders --repository us.gcr.io/sourcegraph-dev/msp-example