commit | f9bdf3126488a2728e265a2b28cba564c8072e04 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 21:54:49 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 21:05:05 2023 +0000 |
tree | fb0c4b0b1de6bf314c397ddf264fe9338e5aaec7 | |
parent | 53a85f7e9f68cfc50721e94de717b1973be2b858 [diff] |
m/installer/test: undo leftover test comment This was introduced by review/1365, and it was just done for testing. Undoing this should not undo the flakiness fix. Change-Id: I7e3096f6b09b2cbd3f3f75dfb4b3602ddfae0959 Reviewed-on: https://review.monogon.dev/c/monogon/+/1367 Reviewed-by: Leopold Schabel <leo@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 //...