commit | 7448f28cad048a5a7c2fad432dbe31ef91a73867 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 14:15:51 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Feb 23 09:37:40 2023 +0000 |
tree | 17581107a23c8b0002b33b44015ba90ab0a886bf | |
parent | 9eb903d18540192d22c626e80745eed0630930e6 [diff] |
cloud/equinix/wrapngo: implement configurable parallelism Setting this to a value higher than '1' is beneficial in case we want to call some fast endpoints while we're executing a long-standing hardware reservation list call. This can happen in the Equinix Shepherd. Change-Id: I57cf416de1e5fe23cb28248ddf8bb1b2ad73b6a8 Reviewed-on: https://review.monogon.dev/c/monogon/+/1134 Tested-by: Jenkins CI Reviewed-by: Mateusz Zalega <mateusz@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 //...