From 691d4e65b807ee3f014a5579e3bfcab9e34af088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 8 Nov 2021 14:53:48 +0100 Subject: [PATCH] readme: update docs to include links to CI job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04aacc5..2f6a785 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# telemetry +# Telemetry -## Dev setup +Opt-in message reliability metrics service. + +# Development You need to setup a postgres db as such: 1) Create a telemetry user with password newPassword @@ -16,3 +18,9 @@ Finally, to run the test: ``` make test ``` + +# Continuous Integration + +Builds of Docker images are created with our [Jenkins CI](https://ci.status.im/job/telemetry/job/docker/) which push a [`statusteam/telemetry`](https://hub.docker.com/r/statusteam/telemetry) Docker image. + +The host is managed in [`infra-misc`](https://github.com/status-im/infra-misc/blob/master/ansible/roles/telemetry) repository.