| commit | f42e36431afdc3a4a6682dcc50bd61d18cb72870 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Tue Nov 28 16:25:25 2023 +0100 |
| committer | Serge Bazanski <serge@monogon.tech> | Thu Dec 21 14:46:59 2023 +0000 |
| tree | 59cc7691861d9da54a28ffbc2f9186ba6597d2b7 | |
| parent | d79881d8a07f0d5460e78b10adbb13be6052e6fd [diff] |
build/status: complete semver strings for product versions This changes the _gitVersion status field into a _version field, which fully contains all version data in a semver compatible format. Previously: v1.2.3 v1.2.3-dev123 Now: v1.2.3-gdeadbeef v1.2.3-gdeadbeef.dirty v1.2.3-dev123.gdeadbeef.dirty etc. Change-Id: I781fe4af6bbf8001d8f9920f542be490a8bc0f73 Reviewed-on: https://review.monogon.dev/c/monogon/+/2404 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 //...