commit | a58047b542002a3045dc18c72ca8889f06b54329 | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Thu Mar 30 14:55:37 2023 +0200 |
committer | Leopold Schabel <leo@monogon.tech> | Thu Mar 30 13:15:50 2023 +0000 |
tree | b43a79d58d50887b47473612a00880aec955ce2c | |
parent | b91938fe16d74272c14e13cad5c6bd8f82391bc4 [diff] |
third_party/sandboxroot: bump Change-Id: I9cca3fe15d8252fc2926968ef098a1434f4243dd Reviewed-on: https://review.monogon.dev/c/monogon/+/1440 Reviewed-by: Tim Windelschmidt <tim@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 //...