commit | 4f28b9ed6387dc22225f5e60a78f91ab8e3d65bd | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Jul 19 17:11:05 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Jul 20 10:54:36 2023 +0000 |
tree | 6b0e7b9014a99a92e23e0a5d2d7c25a8a4e566ba | |
parent | 46a45f941632de6ef0085eee373a6c3dad5e9f53 [diff] |
m/n/core/identity: decouple from localstorage Change-Id: I825bc7d71f9866b0052e550f0d113bd8bc726fdc Reviewed-on: https://review.monogon.dev/c/monogon/+/1946 Reviewed-by: Lorenz Brun <lorenz@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 //...