| commit | 38b959fcda1df417ad833acc006fb4a039b4f9ce | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Thu Feb 08 17:53:45 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Feb 12 18:10:28 2024 +0000 |
| tree | 44971846f1720cb91d198e8a92b4261218c5b7a8 | |
| parent | 223609ced73e359b040cb56a873880e3f9efbd7e [diff] |
workspace: update linux to 6.6.13 Now that Linux 6.6 is in LTS, let's switch to it. This also allows us to drop one patch which has since been merged upstream. As our kernel config hasn't been regenerated in quite some time I took this opportunity to do so. No semantic changes to the existing config were made, I just went through all new settings and set them to appropriate values. Change-Id: I4e7d92e13ddb51aad5c6571f2ae081e8e6de7138 Reviewed-on: https://review.monogon.dev/c/monogon/+/2752 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech> 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 --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 //...