commit | ea94663006eb84ab97d2097e989d5169c75deb2a | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 18 03:46:58 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 18 14:21:21 2023 +0000 |
tree | e51c56de04ff5aaf04ec77c2d09b10543f58206c | |
parent | b44a5076cec5a8863ae9ff26fd641d6b62911aac [diff] |
c/s/e/manager: print hardware reservation stats This also removes a lookup to check if the machine is managed by the shepherd. We can skip that since already know that the hardware reservation has a device attached. Change-Id: Ic732a8152316cf5ba83e980451fd2a4b0f778d99 Reviewed-on: https://review.monogon.dev/c/monogon/+/1554 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 //...