From f60636c0db68b0d889cdd4c747cf628f396af963 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 8 Jul 2022 11:41:57 +0200 Subject: [PATCH] PAL: Remove nginx.logs.service.consul from data sources Change-Id: Ia3e157f4c9101bafbc6abb37dba4e409d8d9051c Signed-off-by: Tibor Frank --- .../presentation/specifications/report/environment.yaml | 12 ------------ .../presentation/specifications/trending/environment.yaml | 12 ------------ 2 files changed, 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 389e6f84d5..f842775e30 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 -- 2.16.6