commit | 5832cd92957a6933c0fd644496d957ea2d8ef36d | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Jun 13 13:09:55 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jun 13 13:26:12 2023 +0000 |
tree | 23d8faa7707807c1da543dbb91840c308790d694 | |
parent | 0e291a193cbfd0b169e749e7f28adc954a58f560 [diff] |
cloud/bmaas/bmdb/webug: Use a flag for strict consistency Change-Id: I4ef6372108e4ada94a70525c6ec335e305dca320 Reviewed-on: https://review.monogon.dev/c/monogon/+/1801 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 //...