commit | 97f212c1d25424a099b6a2ff52e0464a2755f11e | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Sat Jan 21 19:06:34 2023 +0100 |
committer | Leopold Schabel <leo@monogon.tech> | Tue Jan 24 16:16:59 2023 +0000 |
tree | f5da74b0ac98113b684f51c98946d405fbeacb77 | |
parent | 6294854ace5e06e3b731878544eb39f5351de66d [diff] |
build/ci: mark supervisor and e2e tests as flaky Change-Id: I56459eac238d3ecc5c8429226cab1c32ceb2e0c4 Reviewed-on: https://review.monogon.dev/c/monogon/+/1088 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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 //...