commit | 752fda3e5255bd6e0f08c4e2498b0bf7af15c321 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Apr 06 22:33:18 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 06 21:27:23 2023 +0000 |
tree | 4d5988cda4a004cf5d217a481fc247fbee72df03 | |
parent | aadeb798a1f92b3d69ec7d6cde1b4567c2140452 [diff] |
m/p/smbios: remove print This was accidentally left in there from debugging. Change-Id: I20d9903e5d7ce67dbe171869848696a00f9711ed Reviewed-on: https://review.monogon.dev/c/monogon/+/1517 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 //...