From 0b7af28a6809670b2eac6847ffe7d6b5112fd0a7 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 8 Feb 2022 11:25:10 +0000 Subject: [PATCH] Add source to spec Change-Id: I8a12de4c77218a2189dedde4a9ef39857aa3befc Signed-off-by: Tibor Frank --- .../presentation/specifications/report/environment.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index 1ddaf6158c..6520ddae7e 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -187,6 +187,19 @@ file-name: "output.xml.gz" file-format: ".gz" enabled: True + # XML from docs.nexus + - type: "xml-docs" + url: "https://docs.fd.io/csit" + path: "report/_static/archive" + file-name: "output_info.xml.gz" + file-format: ".gz" + enabled: True + - type: "xml-docs" + url: "https://docs.fd.io/csit" + path: "report/_static/archive" + file-name: "output.xml.gz" + file-format: ".gz" + enabled: True # JSON from S3 - type: "json" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" @@ -195,7 +208,7 @@ file-format: ".gz" enabled: False - archive-inputs: False + archive-inputs: True mapping-file: "" -- 2.16.6