commit | cff8eb9db471c6dd85f92e1828ecd268c2737dda | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 04 12:21:00 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 04 10:25:18 2023 +0000 |
tree | c6eb023bb66d2c92d680ea38f6ab33391f2cc881 | |
parent | 9ab3750dce088191a0af8f605246f81d863318c9 [diff] |
build/ci: add gcloud Change-Id: Idaa081ebc0ab23980bc4913a7afbd3c317086899 Reviewed-on: https://review.monogon.dev/c/monogon/+/1478 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 //...