commit | 4811e70b3cd8f237c1b57ac85cc4c02b57c82535 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Oct 09 22:13:34 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Oct 09 20:27:06 2023 +0000 |
tree | aefc6d2f568c61ab5afcb2a7cb4f2c46b479deaf | |
parent | 0f43359cd444ab84167c9f5305ad5bfb9ffd3a3c [diff] |
linux: bump to 6.1.56 This gets us to the latest LTS kernel, 5.15 is nearly two years old. Change-Id: I2f386c334b5067b9ced1b5286253d439884182bf Reviewed-on: https://review.monogon.dev/c/monogon/+/2210 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 //...