commit | b7ff592e4f08022df5d980a03a396f4ff5330b29 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@monogon.tech> | Wed Jun 14 11:57:41 2023 +0200 |
committer | Leopold Schabel <leo@monogon.tech> | Wed Jun 14 11:18:26 2023 +0000 |
tree | fb6173e39e0423c47f897939277ae68bd218e346 | |
parent | e59e6e1ec670e6315fb8ce7fefd7a8551aec75db [diff] |
intellij: update aspect path Upstream change: https://github.com/bazelbuild/intellij/commit/d1a5ccc3d4d971224faafc6684e0216855e59d47 Change-Id: I287fae1dcff38164eaea3aeaecf768247b8302c5 Reviewed-on: https://review.monogon.dev/c/monogon/+/1805 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 //...