diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-07-08 11:41:57 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-07-08 09:43:28 +0000 |
commit | b77fd5e30fdda7a8227c7b340bfb81156fa52c82 (patch) | |
tree | add6d1c9f6827a70f404ceb798004192dbcf33dd /resources/tools | |
parent | f911cd7897efdac00b2bf8ebf6d4506e4987bb99 (diff) |
PAL: Remove nginx.logs.service.consul from data sources
Change-Id: Ia3e157f4c9101bafbc6abb37dba4e409d8d9051c
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit f60636c0db68b0d889cdd4c747cf628f396af963)
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/specifications/report/environment.yaml | 12 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/trending/environment.yaml | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index ca6e3c0eec..053969567c 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -145,18 +145,6 @@ file-name: "output_info.xml.gz" file-format: ".gz" enabled: True - - type: "xml" - url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/archives/{filename}" - file-name: "output_info.xml.gz" - file-format: ".gz" - enabled: True - - type: "xml" - url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/{filename}" - file-name: "output_info.xml.gz" - file-format: ".gz" - enabled: True # XML from S3 docs - type: "xml-docs" url: "https://s3-docs.fd.io/csit" diff --git a/resources/tools/presentation/specifications/trending/environment.yaml b/resources/tools/presentation/specifications/trending/environment.yaml index 701e098101..c3396355d1 100644 --- a/resources/tools/presentation/specifications/trending/environment.yaml +++ b/resources/tools/presentation/specifications/trending/environment.yaml @@ -80,18 +80,6 @@ file-name: "output_info.xml.gz" file-format: ".gz" enabled: True - - type: "xml" - url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/{filename}" - file-name: "output_info.xml.gz" - file-format: ".gz" - enabled: True - - type: "xml" - url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" - path: "{job}/{build}/archives/{filename}" - file-name: "output_info.xml.gz" - file-format: ".gz" - enabled: True archive-inputs: False |