commit | c8fc902aab9fb7a00a4241ebd31df31b00d9a1d1 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 15:28:12 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Feb 21 09:15:14 2023 +0000 |
tree | ac814e6133006b3d0617d33ad05c67dae6c9ffb6 | |
parent | 7762831b4c4d68f77bdc9fbf1f812390d970a4b3 [diff] |
cloud/bmdb: always setup default migration source, even if we're not migrating on startup Change-Id: I05501d1d04e7c19e766dad9cad84b62ad9571618 Reviewed-on: https://review.monogon.dev/c/monogon/+/1136 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 //...