commit | b80b8449f4a62c797dd397d08fc0caf70776e5c0 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Aug 03 17:40:17 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Aug 07 13:04:06 2023 +0000 |
tree | be4ca586c31d9abd9152a16d69c1839c28cf1070 | |
parent | a4b88849c4691a1674d4427ee73a79ae8ea76460 [diff] |
m/n/c/mgmt: unmount ESP before restarting This provides additional reliability for the FAT32 ESP partition. Nothing should keep persistent handles for files on the ESP. Ignore errors in case anything does. Change-Id: I04bfbb82fddfc740c5c234c028de89539e91a696 Reviewed-on: https://review.monogon.dev/c/monogon/+/2032 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 -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 //...