commit | 50d39370424b5c8e28b72f976d3b57b7d23a6f8b | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Mar 27 22:20:15 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 28 10:08:04 2023 +0000 |
tree | d645666a19b861e7f199bdf6fce3f19bcefc8a3f | |
parent | 48f92e19a60062b696660213d579795866e6e718 [diff] |
WORKSPACE: bump kernel to 5.15.104 Bumps the kernel to the latest patch release. Hash verified against GPG signature from 647F28654894E3BD457199BE38DBBDC86092693E alias Greg KH. Change-Id: I20d78d0492d1e869d684a1c045341f142f2039c8 Reviewed-on: https://review.monogon.dev/c/monogon/+/1410 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 //...