commit | de4e841682bb0afbd4865f9e24239f3e228e643f | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Feb 15 23:28:04 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 10:24:02 2023 +0000 |
tree | 84e64deb0bb74e4177d8094937d618026d438d49 | |
parent | e643fd65d3ad308054f064bf0df7f95fc21af4d9 [diff] |
cloud/bmaas: clean up bmdb package Everything living in sessions.go made this a bit unreadable. We also drive-by add some extra metadata fields to Connection. This will come in handy in an upcoming change. Change-Id: Ibabec9e3bd0b29b727638b9450a53ba28c33e678 Reviewed-on: https://review.monogon.dev/c/monogon/+/1130 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
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 //...