commit | a4b88849c4691a1674d4427ee73a79ae8ea76460 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Aug 03 17:34:56 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Aug 07 11:37:10 2023 +0000 |
tree | c7e187fc439da01546cf701d5501dab799a91ee9 | |
parent | d14be0eb8bcffb6ba597f26e3ad57b311ca376fc [diff] |
m/n/c/localstorage: fix logic error determining ESP The OS integration of the A/B update engine has a logic error which caused it to provide all partitions as ESP, of which the last one (the data partition) stuck. Change-Id: Ia721f9f515ca65f710f07ba25b3be68544158a7c Reviewed-on: https://review.monogon.dev/c/monogon/+/2030 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 //...