commit | 8e87a062badeb7f6b93c6486925aa99c616cd8a6 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 31 01:33:10 2023 +0000 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Aug 03 15:33:25 2023 +0000 |
tree | 73226d80fb80580c02c092d41aac59da1d94d1f9 | |
parent | 3961acd37445d5139040b910e093e759828552ad [diff] |
metropolis/node/core/update: set partition start and size in efi Change-Id: I1dc6b6738a375c6fc581d51494d13fbeda7b724d Reviewed-on: https://review.monogon.dev/c/monogon/+/2026 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 //...