commit | f71fe9278055d5a892448554aa7c59862256db7d | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Mar 22 01:10:37 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Wed Mar 22 10:43:52 2023 +0000 |
tree | 4e94d3394eb60e6a6144545cc37dcf85560c951d | |
parent | d09c58f33c523c9395446122fc552c58dbab80cc [diff] |
m/installer: log to tty0 and ttyS0 Without this we only log to whatever the default system console is. Change-Id: I64b43f8617f3b8752332209b511ea470848c4481 Reviewed-on: https://review.monogon.dev/c/monogon/+/1381 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 //...