diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-09-27 09:46:07 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-09-27 09:46:07 +0200 |
commit | 89f01fb4a805db23f7daa318baa83a3839efb5e1 (patch) | |
tree | 164431e7db68b90210b0270249c79d995d354a33 /resources/tools/presentation/specifications | |
parent | b3b10f0a3b14dfde7f2b16bc33a6f82fe2fd1665 (diff) |
Trending: Use s3 as primary source
Change-Id: Ibf68155fa06b8ee0783df83af3e03d351a615294
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specifications')
-rw-r--r-- | resources/tools/presentation/specifications/trending/environment.yaml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/resources/tools/presentation/specifications/trending/environment.yaml b/resources/tools/presentation/specifications/trending/environment.yaml index 16261fa1c7..5868fd9d5a 100644 --- a/resources/tools/presentation/specifications/trending/environment.yaml +++ b/resources/tools/presentation/specifications/trending/environment.yaml @@ -69,6 +69,12 @@ data-sources: # XML - type: "xml" + url: "https://s3-logs.fd.io/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}/{filename}" file-name: "output_info.xml.gz" @@ -80,48 +86,44 @@ file-name: "output_info.xml.gz" file-format: ".gz" enabled: True + # To be deprecated soon: - type: "xml" url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1" path: "{job}/{build}/{filename}" file-name: "output_info.xml.gz" file-format: ".gz" enabled: True + # Deprecated: - type: "xml" url: "https://logs.fd.io/production/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://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 + enabled: False - type: "xml" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" path: "{job}/{build}/archives/{filename}" file-name: "output.xml.gz" file-format: ".gz" - enabled: True + enabled: False - type: "xml" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" path: "{job}/{build}/{filename}" file-name: "output.xml.gz" file-format: ".gz" - enabled: True + enabled: False - type: "xml" url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1" path: "{job}/{build}/archives/{filename}" file-name: "output.xml.gz" file-format: ".gz" - enabled: True + enabled: False - type: "xml" url: "https://logs.fd.io/production/vex-yul-rot-jenkins-1" path: "{job}/{build}/{filename}" file-name: "output.xml.gz" file-format: ".gz" - enabled: True + enabled: False # JSON from S3 - type: "json" url: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1" |