commit | 48f22ce3a1558ad9994de3bde93f38e1aa997812 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Wed Sep 20 22:48:26 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon Sep 25 14:32:49 2023 +0000 |
tree | 509c22d629aabf45b1c65e57598dd92eded4a455 | |
parent | a5588e1c1d15edf055e615be1269aa54eb4955fe [diff] |
third_party/nix: make nix-env reusable Change-Id: I19ffb94d0822044ad19b8454f91d2186209d3510 Reviewed-on: https://review.monogon.dev/c/monogon/+/2184 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 --config dbg
Launch an ephemeral test node:
bazel test //:launch --config 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 --config dbg //...