commit | 60a00a9b08b416be8a29a5d2a19f44e3ab3192d5 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Jan 03 13:45:20 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Jan 23 09:53:32 2023 +0000 |
tree | 82c4213a532cd68c6939ebe2b469d0e331443a67 | |
parent | 2aa8b184fcbc713d99bb7c3d868d1ab9df6f5b71 [diff] |
c/bmaas/bmdb/model: split query files This was starting to become slightly unwieldy. Change-Id: I8f9d63ff6f844f1452fca2a98d253a9582a3ee8d Reviewed-on: https://review.monogon.dev/c/monogon/+/1085 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 -c dbg
Launch an ephemeral test node:
bazel test //:launch -c 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 -c dbg //...