From d102788108352fd5271b139ef3ef1a1c718389a1 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 19 Jul 2021 06:53:00 +0000 Subject: [PATCH] PAL: Add s3-logs Signed-off-by: pmikus Change-Id: Ia8cc2c59a84a61263b2cf88af16f6fd7bad637a8 --- .../tools/presentation/specifications/converter/environment.yaml | 6 ++++++ resources/tools/presentation/specifications/report/environment.yaml | 6 ++++++ .../tools/presentation/specifications/report_local/environment.yaml | 6 ++++++ .../tools/presentation/specifications/trending/environment.yaml | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/resources/tools/presentation/specifications/converter/environment.yaml b/resources/tools/presentation/specifications/converter/environment.yaml index 1f57445638..4ab9637eab 100644 --- a/resources/tools/presentation/specifications/converter/environment.yaml +++ b/resources/tools/presentation/specifications/converter/environment.yaml @@ -46,6 +46,12 @@ file-name: "output_info.xml.gz" file-format: ".gz" enabled: True + - type: "xml" + url: "https://s3-logs.fd.io/logs/production/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.fd.io/production/vex-yul-rot-jenkins-1" path: "{job}/{build}/archives/{filename}" diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index d2263df97e..a1f4f18d33 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -142,6 +142,12 @@ file-name: "output_info.xml.gz" file-format: ".gz" enabled: True + - type: "xml" + url: "https://s3-logs.fd.io/logs/production/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.fd.io/production/vex-yul-rot-jenkins-1" path: "{job}/{build}/archives/{filename}" diff --git a/resources/tools/presentation/specifications/report_local/environment.yaml b/resources/tools/presentation/specifications/report_local/environment.yaml index ccf31b7cb9..cdbce03155 100644 --- a/resources/tools/presentation/specifications/report_local/environment.yaml +++ b/resources/tools/presentation/specifications/report_local/environment.yaml @@ -133,6 +133,12 @@ file-name: "output_info.xml.gz" file-format: ".gz" enabled: True + - type: "xml" + url: "https://s3-logs.fd.io/logs/production/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.fd.io/production/vex-yul-rot-jenkins-1" path: "{job}/{build}/archives/{filename}" diff --git a/resources/tools/presentation/specifications/trending/environment.yaml b/resources/tools/presentation/specifications/trending/environment.yaml index 3ad4c4f2b0..1358b09e1b 100644 --- a/resources/tools/presentation/specifications/trending/environment.yaml +++ b/resources/tools/presentation/specifications/trending/environment.yaml @@ -92,6 +92,12 @@ file-name: "output_info.xml.gz" file-format: ".gz" enabled: True + - type: "xml" + url: "https://s3-logs.fd.io/logs/production/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}" -- 2.16.6