| commit | 4327e8ff7cbe9ea1511248f303b84730f688ea43 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 21 16:01:54 2023 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Thu Dec 21 16:37:24 2023 +0000 |
| tree | 307581de89cf2d8d5aefeaaed43168493a0a3956 | |
| parent | 60efa4416d36f04f860a130e51e8d82e0bf13f45 [diff] |
workspace: update linux to 6.1.69 Change-Id: Ia2e8442f7d4780c8f34b2e4a10f30f47222f9fbc Reviewed-on: https://review.monogon.dev/c/monogon/+/2595 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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 --config dbg
Launch an ephemeral test node:
bazel test //:launch --config 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 --config dbg //...