commit | 93b6fadb35d57b685ceb44530baaa79a7ed61fa4 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu May 04 16:35:17 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon May 08 12:21:25 2023 +0000 |
tree | adb4115e12e90bd836bcd4183d95a83aec4b7ecd | |
parent | ab583b389efd2f334dda56e858fa298987d15cc8 [diff] |
cloud/bmaas/bmdb/webug: rename .html to .gohtml IntelliJ doesn't like overriding the type manually, so lets just stick to their standard. Change-Id: Ie533d884b06c62d6da6b8504051737b239fb8489 Reviewed-on: https://review.monogon.dev/c/monogon/+/1645 Reviewed-by: Serge Bazanski <serge@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 //...