commit | 60d6b902d66a4c5c0a2a926c85936935106b9180 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Jun 20 16:02:40 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Jun 26 11:34:08 2023 +0000 |
tree | d0d690bb830ebd611318626110db510015b5ce58 | |
parent | 62a1edd234557c46facfd23661ff08c37c8e911f [diff] |
m/p/gpt: switch to msguid Replaces the old UUID mangling code with the newly-introduced msguid. Change-Id: I667e41c28959b4b95265c1ffdcf7f5bfcad4083d Reviewed-on: https://review.monogon.dev/c/monogon/+/1850 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 //...