commit | 7053598586ab00378938c245b7ad748f671a991d | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Jun 22 19:37:38 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Jun 26 11:44:11 2023 +0000 |
tree | fd52caf5360282ca315e98e407a4d42f906a2800 | |
parent | 60d6b902d66a4c5c0a2a926c85936935106b9180 [diff] |
m/n/c/rpc/resolver: dampen curator updates This makes the resolver only process node updates if some curator data was actually changed. Fixes https://github.com/monogon-dev/monogon/issues/233 Change-Id: I790adfc4aa3562864faf807d32ac00d9e3bd0bea Reviewed-on: https://review.monogon.dev/c/monogon/+/1851 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 -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 //...