commit | 68961c3e99c5045bd50f6b91fca9469e47475f2e | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Wed Feb 01 13:53:08 2023 +0100 |
committer | Leopold Schabel <leo@monogon.tech> | Wed Feb 01 14:16:16 2023 +0000 |
tree | 9e6f72f6335dc202d34be3ff239219ab9dd5cb8b | |
parent | d6397766915e4427f74d59656718acffc92d872c [diff] |
third_party/sandboxroot: bump Change-Id: I2ecae3b86b310dc74e11cca28841dc2ee2210a85 Reviewed-on: https://review.monogon.dev/c/monogon/+/1111 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@monogon.tech> Reviewed-by: Mateusz Zalega <mateusz@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 //...