From dc3d4d28ffa9f5b961b3330046d154d4eb5411c3 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Fri, 29 Jun 2018 12:45:19 +0200 Subject: [PATCH] Add links to IT results to glpages Change-Id: I2a2ccc5f826a2d91c75fd8ea81f92df92dcb04d3 Signed-off-by: Piotr Jaszczyk Issue-ID: DCAEGEN2-601 --- .gitlab-ci.yml | 24 ++++++++++++++++++++- public/index.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 public/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c22c64a..ea834191 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,10 @@ build: - hv-collector-core/target/reports - hv-collector-main/target/reports - hv-collector-utils/target/reports - + - hv-collector-dcae-app-simulator/target/reports + - hv-collector-client-simulator/target/reports + + publish: stage: publish only: @@ -24,3 +27,22 @@ publish: - docker login $DOCKER_REPO_ADDR -u $DOCKER_REPO_USER -p $DOCKER_REPO_PASS - mvn -e -DskipTests -DskipAnalysis -Ddocker-image.registry="$DOCKER_REPO_ADDR" deploy - "curl -X POST -F token=$INTEGRATION_TESTS_TRIGGER_TOKEN -F ref=master https://gitlabe1.ext.net.nokia.com/api/v4/projects/33403/trigger/pipeline" + +pages: + stage: publish + only: + - master + dependencies: + - build + artifacts: + paths: + - public + script: + - mkdir -p public/analysis + - mv hv-collector-coverage/target/site/jacoco-aggregate public/coverage + - mv hv-collector-core/target/reports public/analysis/core + - mv hv-collector-main/target/reports public/analysis/main + - mv hv-collector-utils/target/reports public/analysis/utils + - mv hv-collector-dcae-app-simulator/target/reports public/analysis/dcae-app-simulator + - mv hv-collector-client-simulator/target/reports public/analysis/client-simulator + diff --git a/public/index.html b/public/index.html new file mode 100644 index 00000000..ce462752 --- /dev/null +++ b/public/index.html @@ -0,0 +1,64 @@ + + + + + + + + + + + VES High Volume collector + + +
+ +
+
+

VES High Volume collector

+

ONAP collector for high volume data, eg. real-time PM

+
+
+ Build + + pipeline status + + + Integration tests + + pipeline status + + + +
+
+ + + + +
+ + + -- 2.16.6