From 25ec7f17d88c1215ab1061218db5ac7a9baffad4 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 29 Aug 2018 01:00:56 +0200 Subject: [PATCH] [doc] document -d and -t --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 48c32bb..567a09e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,26 @@ Simple usage: This will start the server which will listen on http://localhost:4242 +If you don't want to CI to monitor the app list you can ask it using the `-d` option: + + ve3/bin/python ./run.py /path/to/analyseCI.sh -d + +You can also specify the CI type this way: + + ve3/bin/python ./run.py /path/to/analyseCI.sh -d -t arm + # or + ve3/bin/python ./run.py /path/to/analyseCI.sh -d -t testing-unstable + +The default value is `stable`. + +Current behavior: + +* for stable : launch job as `$app_id ($app_list_name)` +* for arm : launch job as `$app_id ($app_list_name) (~ARM~)` +* for stable : launch TWO jobs as `$app_id ($app_list_name) (testing)` and `$app_id ($app_list_name) (unstable)` + +##### SSL + If you need this server to be front (without nginx in front of it) you can start it like that: ve3/bin/python ./run.py /path/to/analyseCI.sh --ssl