commit | 8ec6ef0931c7e3d3084bc3180a9d88c002a1618d | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Nov 13 13:30:28 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Nov 13 20:11:06 2023 +0000 |
tree | d9963dad7d76071fcb3d42bc84123f2aaaaa4867 | |
parent | ea762f621a91400569c3118bbaef395336d90979 [diff] |
go/types/mapsets: implement OrderedMap.{Count,Clear} Change-Id: Iaee5b914fe63ee7a60f796ef986535f6f8e72960 Reviewed-on: https://review.monogon.dev/c/monogon/+/2302 Reviewed-by: Lorenz Brun <lorenz@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 --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 //...