commit | d09c58f33c523c9395446122fc552c58dbab80cc | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Fri Mar 17 00:25:08 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Mar 21 17:56:13 2023 +0000 |
tree | c1438cddc469da77cf1640e672894e99123bb827 | |
parent | ce19acc9d66055d912287d9f1f26c08d3df55aa8 [diff] |
m/test/launch: do not pipe node logs to stdout in //:launch-multi2 Change-Id: I9e74ca8d6121725b9d38c910f80759c3c6b932a0 Reviewed-on: https://review.monogon.dev/c/monogon/+/1372 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 //...