commit | 665b10937eb85c5602f34b3195dbeece066b4247 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Feb 23 09:36:17 2023 +0000 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Feb 23 12:25:56 2023 +0000 |
tree | 195975f290b949200abc69796ae40e7563a03bee | |
parent | 7448f28cad048a5a7c2fad432dbe31ef91a73867 [diff] |
third_party/qemu: fix tracetool-cli invocation This makes the call actually go through the py_binary wrapper instead of the source, making sure we execute with whatever shebang line is appropriate per rules_python and not whatever happens to be in the script already. Change-Id: I1c12faef897ecae8c5f7621f34e113eea5db0a69 Reviewed-on: https://review.monogon.dev/c/monogon/+/1145 Reviewed-by: Leopold Schabel <leo@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 //...