commit | cf7bd147a0e8b61133472471eb7193566d8b1a4e | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu Aug 03 15:20:09 2023 +0000 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Aug 03 15:42:45 2023 +0000 |
tree | 3521de5e73c456870dbbce86d907e3557593b452 | |
parent | d07489b551c242df6ed73d07d17b47feb3827b48 [diff] |
metropolis/node: remove genrule image_gcp This is currently very flaky and we dont use it anyway Change-Id: Idf91cdc3f45da11635a8ee78617d209665a5bbc7 Reviewed-on: https://review.monogon.dev/c/monogon/+/2028 Reviewed-by: Lorenz Brun <lorenz@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 //...