diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-02-08 11:25:10 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-08 11:27:01 +0000 |
commit | 0b7af28a6809670b2eac6847ffe7d6b5112fd0a7 (patch) | |
tree | 5defe24b17ae2932aae9645d6649ed3691ff4db0 /resources/tools/presentation/specifications/report/environment.yaml | |
parent | 75e8500ff946bb9b8639ba9df64abd23d30c32b1 (diff) |
Add source to specrls2110
Change-Id: I8a12de4c77218a2189dedde4a9ef39857aa3befc
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specifications/report/environment.yaml')
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 15 |
1 files changed, 14 insertions, 1 deletions
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: "" |