commit | b78919e7708904f042756e280015786caecf668c | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Apr 17 15:51:58 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Apr 18 07:40:55 2023 +0000 |
tree | 1593fe40c696e32ebcb6c509d34cb279ea4c08aa | |
parent | e4a4ce1dbbc8abc8a0817f80fcb27437a9e6ca63 [diff] |
cloud/shepherd/wrapngo: don't crash on remote API errors A regression test for this will come in a subsequent CL. Change-Id: Ic2c1f872bcea510bef7adbdb6ed86f504733ecca Reviewed-on: https://review.monogon.dev/c/monogon/+/1549 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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 //...