commit | 9563673b5913420e143518b53d3134d4f29b404b | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Aug 07 16:59:40 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Aug 07 17:54:59 2023 +0000 |
tree | f41aee88ab9e63b2a8f38203d3aa9a169663edc7 | |
parent | 32c5fb80970db711fc2f81ceef2b07c29b409e5b [diff] |
m/n/c/update: work with invalid boot entries Currently if any boot entry is unreadable or unparseable, we refuse to perform any updates. This is not desirable as any edge cases in our parser or the EFI firmware cause the update mechanism to be non-functional, even preventing us from shipping an update to fix the issue. It makes more sense to just log occurrences where such an entry could not be read/parsed. Change-Id: I8a1161bf35a4c8deb1d82156662b512bcc43ed59 Reviewed-on: https://review.monogon.dev/c/monogon/+/2038 Reviewed-by: Serge Bazanski <serge@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 //...