commit | 9eb903d18540192d22c626e80745eed0630930e6 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 14:28:19 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Feb 23 09:01:29 2023 +0000 |
tree | 55c135fe20ef12988b4efa992d30fa89d2e1edf7 | |
parent | 1038313b7a4f929dcd942a3ac24d371877ee8ce7 [diff] |
cloud/shepherd/equinix: implement initializer parallelism This adds a flag which allows starting multiple initializers in parallel, sharing the same SSH key/config and API rate limiting. Change-Id: I415e855d9b649fac258e25d884cac17f895c91c0 Reviewed-on: https://review.monogon.dev/c/monogon/+/1135 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 //...