commit | 60fab1cd31c77234e4840f95d12e2062ca7f0a5c | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Jun 13 20:41:07 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon Nov 06 18:35:37 2023 +0000 |
tree | 9ba6f87941285551ae62e3e165e622f148196511 | |
parent | 246f2fe5d8139b167550b957365118d62ad8f4a9 [diff] |
cloud/bmaas/scruffy: add nodes per region metric Change-Id: If9edcdd4a486fd2f141bfcd89dd1a2b60424ab4c Reviewed-on: https://review.monogon.dev/c/monogon/+/2281 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm
(if you want to run tests).Our docs assume that Bazelisk is available as bazel
on your PATH.
Refer to SETUP.md for detailed instructions.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test --config dbg //...