commit | 45d6f1821bf047dbe2a71b8d21401dfb60583285 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Mon Aug 07 13:19:41 2023 +0000 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon Aug 07 13:27:46 2023 +0000 |
tree | 196dd81b11f57f665327e5e53f59a726c0488513 | |
parent | b80b8449f4a62c797dd397d08fc0caf70776e5c0 [diff] |
metropolis/node/core/mgmt: add logging for update activation method Change-Id: Ief4ef6447ac132755df35c5742dedc5d15d71d74 Reviewed-on: https://review.monogon.dev/c/monogon/+/2029 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 //...