commit | d69848409ba4f34102f709f591e1432e6b458856 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Jun 27 11:31:48 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Jun 27 10:19:47 2023 +0000 |
tree | 0dbd46449cb0fa070835f2238c4eda5edbb72461 | |
parent | a551c58f3ceb3af37e5e596c3b5fc84609d6e429 [diff] |
intellij: update patch Broken by upstream: https://github.com/bazelbuild/intellij/commit/464dbd5cfbbe9b63b928d9b5b01e3156a9b2ec95 Change-Id: I41bc0f333ea68636c35721dfc9d60c35ed687cd8 Reviewed-on: https://review.monogon.dev/c/monogon/+/1859 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 //...