| commit | acdfba5e65701520a23e3b3a90c5cb17c0cf3ac2 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Mon Jan 29 23:09:42 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Mon Feb 12 18:10:28 2024 +0000 |
| tree | ffa24e208faa66029bb406e3d69a3c0cf1d7921e | |
| parent | d1f82e98ffe72d8378fbff4d127c6863d96b1f72 [diff] |
third_party/linux: enable more features Enables EDAC for ECC stats as well as SysRq over serial for diagnostics and some misc stuff we want like watchdogs. Change-Id: I8293a498726452d07176ddf59a841adf41e3ccd6 Reviewed-on: https://review.monogon.dev/c/monogon/+/2730 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
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 //...