commit | 6963c63bace3dbc4c4f95d2837ac4cf271be8d78 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Apr 06 14:55:49 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Apr 06 13:12:28 2023 +0000 |
tree | ed45420a15af2e326cb864d80d890ec6496b02f3 | |
parent | 77b11d3b440efb95cd29cbca5d56e63e5951ca17 [diff] |
cloud/lib/component: regression test for review/1502 Change-Id: I8050ce31d7e5c6bd3e85a3d085052442a473881d Reviewed-on: https://review.monogon.dev/c/monogon/+/1504 Reviewed-by: Tim Windelschmidt <tim@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 //...